From: David Goulet Date: Thu, 10 Nov 2016 16:00:59 +0000 (-0500) Subject: fixup! Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519() X-Git-Tag: tor-0.3.0.1-alpha~111^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3bbb9ce775d5ad250c50852785fcabdff155685;p=thirdparty%2Ftor.git fixup! Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519() --- diff --git a/src/or/hs_descriptor.c b/src/or/hs_descriptor.c index 3a536e76a7..c48d717d92 100644 --- a/src/or/hs_descriptor.c +++ b/src/or/hs_descriptor.c @@ -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