summaryrefslogtreecommitdiff
path: root/src/core/crypto
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2021-11-05 20:50:39 +0000
committerMike Perry <mikeperry-git@torproject.org>2022-02-22 19:28:34 +0000
commita0eeadfba2c1d7d33214286ef7697971120cbe16 (patch)
tree8f3e6a782aa6daacd49683dc7731fc297c421add /src/core/crypto
parent812590f8aa6637cd2b3f869dc4e30fd6550beac3 (diff)
downloadtor-a0eeadfba2c1d7d33214286ef7697971120cbe16.tar.gz
tor-a0eeadfba2c1d7d33214286ef7697971120cbe16.zip
Handle other places that use onion handshake type values
We want ntor and ntorv3 to use the same queues and stats.
Diffstat (limited to 'src/core/crypto')
-rw-r--r--src/core/crypto/onion_crypto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/crypto/onion_crypto.c b/src/core/crypto/onion_crypto.c
index 13f8f54b35..4a83a73dab 100644
--- a/src/core/crypto/onion_crypto.c
+++ b/src/core/crypto/onion_crypto.c
@@ -49,7 +49,6 @@
#include "core/or/extend_info_st.h"
#include "trunnel/circ_params.h"
-/* TODO-324: Add this to the specification! */
static const uint8_t NTOR3_CIRC_VERIFICATION[] = "circuit extend";
static const size_t NTOR3_CIRC_VERIFICATION_LEN = 14;