diff options
author | David Goulet <dgoulet@torproject.org> | 2019-05-22 11:43:55 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-05-22 11:43:55 -0400 |
commit | 245dccb77d79dc432bb7aab21ce2c893da4b602a (patch) | |
tree | 5cfbd50a097ac52c82fe507082de1d885929bd5f /src/feature/hs/hs_cell.h | |
parent | e5deb2bbc73d8830ae6c479a4532e72112f5484a (diff) | |
parent | 56908c6f1c63d32bef7011c811976e24156f17d3 (diff) | |
download | tor-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_cell.h')
-rw-r--r-- | src/feature/hs/hs_cell.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/feature/hs/hs_cell.h b/src/feature/hs/hs_cell.h index abdaba4fba..9569de535e 100644 --- a/src/feature/hs/hs_cell.h +++ b/src/feature/hs/hs_cell.h @@ -16,19 +16,6 @@ * 3.2.2 of the specification). Below this value, the cell must be padded. */ #define HS_CELL_INTRODUCE1_MIN_SIZE 246 -/* Status code of an INTRODUCE_ACK cell. */ -typedef enum { - HS_CELL_INTRO_ACK_SUCCESS = 0x0000, /* Cell relayed to service. */ - HS_CELL_INTRO_ACK_FAILURE = 0x0001, /* Service ID not recognized */ - HS_CELL_INTRO_ACK_BADFMT = 0x0002, /* Bad message format */ - HS_CELL_INTRO_ACK_NORELAY = 0x0003, /* Can't relay cell to service */ -} hs_cell_introd_ack_status_t; - -/* Onion key type found in the INTRODUCE1 cell. */ -typedef enum { - HS_CELL_ONION_KEY_TYPE_NTOR = 1, -} hs_cell_onion_key_type_t; - /* This data structure contains data that we need to build an INTRODUCE1 cell * used by the INTRODUCE1 build function. */ typedef struct hs_cell_introduce1_data_t { |