summaryrefslogtreecommitdiff
path: root/src/feature/control
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-02-16 11:02:58 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-02-19 13:20:49 -0500
commit8577243cd2d06a8a784fea97df00f7cc7363967f (patch)
treef6942444eb22fb5912dc30890df901bbb6be1986 /src/feature/control
parent9782cd2c9be8e6581eaee246faa9c4ac4554b2d5 (diff)
downloadtor-8577243cd2d06a8a784fea97df00f7cc7363967f.tar.gz
tor-8577243cd2d06a8a784fea97df00f7cc7363967f.zip
hs: Remove last artefact of HSv2 in the code
Closes #40266 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/control')
-rw-r--r--src/feature/control/control_cmd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/feature/control/control_cmd.h b/src/feature/control/control_cmd.h
index f21dc65edd..4aa3381d1a 100644
--- a/src/feature/control/control_cmd.h
+++ b/src/feature/control/control_cmd.h
@@ -82,8 +82,6 @@ typedef struct control_cmd_syntax_t {
* multiple versions so this union stores the key and passes it to the HS
* subsystem depending on the requested version. */
typedef union add_onion_secret_key_t {
- /* Hidden service v2 secret key. */
- crypto_pk_t *v2;
/* Hidden service v3 secret key. */
ed25519_secret_key_t *v3;
} add_onion_secret_key_t;