mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
fixup! Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519()
This commit is contained in:
parent
9f74f8f732
commit
a3bbb9ce77
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ desc_encrypted_data_free_contents(hs_desc_encrypted_data_t *desc)
|
|||
memwipe(desc, 0, sizeof(*desc));
|
||||
}
|
||||
|
||||
/* === ENCODING === */
|
||||
|
||||
/* Encode the given link specifier objects into a newly allocated string.
|
||||
* This can't fail so caller can always assume a valid string being
|
||||
|
|
Loading…
Add table
Reference in a new issue