aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_common.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2016-12-22 16:59:18 -0500
committerDavid Goulet <dgoulet@torproject.org>2017-04-07 09:22:55 -0400
commitc71670262506cfe75bb439928ce2da2b1ebd30c4 (patch)
tree57fbe17b3726e99258a67f980083ed28eeecd672 /src/or/hs_common.h
parent419c0c07881c71050546c1049173a7eadf936799 (diff)
downloadtor-c71670262506cfe75bb439928ce2da2b1ebd30c4.tar.gz
tor-c71670262506cfe75bb439928ce2da2b1ebd30c4.zip
hs: Remove redundant define of ed25519 auth key type
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_common.h')
-rw-r--r--src/or/hs_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/hs_common.h b/src/or/hs_common.h
index 890797c565..400345c01f 100644
--- a/src/or/hs_common.h
+++ b/src/or/hs_common.h
@@ -17,9 +17,6 @@
/* Version 3 of the protocol (prop224). */
#define HS_VERSION_THREE 3
-/* Denotes ed25519 authentication key on ESTABLISH_INTRO cell. */
-#define AUTH_KEY_ED25519 0x02
-
/* String prefix for the signature of ESTABLISH_INTRO */
#define ESTABLISH_INTRO_SIG_PREFIX "Tor establish-intro cell v1"