diff options
author | David Goulet <dgoulet@torproject.org> | 2017-07-19 13:42:35 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-07-25 13:11:40 -0400 |
commit | 78e2bc4000a9014c1762f828e15e762c359aa20e (patch) | |
tree | 8a1d307a65e9e341442a21b1bd2f0a5881e3e85c /src/or/parsecommon.h | |
parent | b8ceab9bb33a8096f14a671399ce34db439f63e2 (diff) | |
download | tor-78e2bc4000a9014c1762f828e15e762c359aa20e.tar.gz tor-78e2bc4000a9014c1762f828e15e762c359aa20e.zip |
prop224: Add the introduction point onion key to descriptor
A prop224 descriptor was missing the onion key for an introduction point which
is needed to extend to it by the client.
Closes #22979
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/parsecommon.h')
-rw-r--r-- | src/or/parsecommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/parsecommon.h b/src/or/parsecommon.h index b9f1613457..a76b104fde 100644 --- a/src/or/parsecommon.h +++ b/src/or/parsecommon.h @@ -160,6 +160,7 @@ typedef enum { R3_INTRO_AUTH_REQUIRED, R3_SINGLE_ONION_SERVICE, R3_INTRODUCTION_POINT, + R3_INTRO_ONION_KEY, R3_INTRO_AUTH_KEY, R3_INTRO_ENC_KEY, R3_INTRO_ENC_KEY_CERT, |