diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:34:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:34:39 -0400 |
commit | 8e84968ffbf6d284e8a877ddcde6ded40b3f5681 (patch) | |
tree | b70bf9f8848fec2b42265aaf55a16addd81a4d16 /src/trunnel/ed25519_cert.h | |
parent | 34e4122025791d1a607426e5e543d6312872b9dd (diff) | |
download | tor-8e84968ffbf6d284e8a877ddcde6ded40b3f5681.tar.gz tor-8e84968ffbf6d284e8a877ddcde6ded40b3f5681.zip |
Re-run trunnel.
Diffstat (limited to 'src/trunnel/ed25519_cert.h')
-rw-r--r-- | src/trunnel/ed25519_cert.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/trunnel/ed25519_cert.h b/src/trunnel/ed25519_cert.h index 0aa953d174..782bd59585 100644 --- a/src/trunnel/ed25519_cert.h +++ b/src/trunnel/ed25519_cert.h @@ -59,10 +59,6 @@ struct link_specifier_st { }; #endif typedef struct link_specifier_st link_specifier_t; -/** XXX hs_link_specifier_dup() violates the opaqueness of link_specifier_t by - * taking its sizeof(). If we ever want to turn on TRUNNEL_OPAQUE we would - * need to refactor that function to do the coyp by encoding and decoding the - * object. */ #if !defined(TRUNNEL_OPAQUE) && !defined(TRUNNEL_OPAQUE_ED25519_CERT) struct ed25519_cert_st { uint8_t version; |