summaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_intropoint.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-05-22 11:43:55 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-05-22 11:43:55 -0400
commit245dccb77d79dc432bb7aab21ce2c893da4b602a (patch)
tree5cfbd50a097ac52c82fe507082de1d885929bd5f /src/feature/hs/hs_intropoint.h
parente5deb2bbc73d8830ae6c479a4532e72112f5484a (diff)
parent56908c6f1c63d32bef7011c811976e24156f17d3 (diff)
downloadtor-245dccb77d79dc432bb7aab21ce2c893da4b602a.tar.gz
tor-245dccb77d79dc432bb7aab21ce2c893da4b602a.zip
Merge remote-tracking branch 'nickm/ticket30454_034_01_squashed' into ticket30454_035_01
Diffstat (limited to 'src/feature/hs/hs_intropoint.h')
-rw-r--r--src/feature/hs/hs_intropoint.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/feature/hs/hs_intropoint.h b/src/feature/hs/hs_intropoint.h
index 659a9ad052..e82575f052 100644
--- a/src/feature/hs/hs_intropoint.h
+++ b/src/feature/hs/hs_intropoint.h
@@ -12,21 +12,6 @@
#include "lib/crypt_ops/crypto_curve25519.h"
#include "feature/nodelist/torcert.h"
-/* Authentication key type in an ESTABLISH_INTRO cell. */
-typedef enum {
- HS_INTRO_AUTH_KEY_TYPE_LEGACY0 = 0x00,
- HS_INTRO_AUTH_KEY_TYPE_LEGACY1 = 0x01,
- HS_INTRO_AUTH_KEY_TYPE_ED25519 = 0x02,
-} hs_intro_auth_key_type_t;
-
-/* INTRODUCE_ACK status code. */
-typedef enum {
- HS_INTRO_ACK_STATUS_SUCCESS = 0x0000,
- HS_INTRO_ACK_STATUS_UNKNOWN_ID = 0x0001,
- HS_INTRO_ACK_STATUS_BAD_FORMAT = 0x0002,
- HS_INTRO_ACK_STATUS_CANT_RELAY = 0x0003,
-} hs_intro_ack_status_t;
-
/* Object containing introduction point common data between the service and
* the client side. */
typedef struct hs_intropoint_t {