diff options
author | George Kadianakis <desnacked@riseup.net> | 2016-12-21 16:07:07 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2016-12-23 15:07:21 +0200 |
commit | 7456677a50d1c4c9f0f2e6b63259905f694d329a (patch) | |
tree | 23d947c0a11454b1dbf9ac59e190da03291c7f65 /src/or/parsecommon.h | |
parent | df87812b41abccd63eab97bd81b476ce61e16f26 (diff) | |
download | tor-7456677a50d1c4c9f0f2e6b63259905f694d329a.tar.gz tor-7456677a50d1c4c9f0f2e6b63259905f694d329a.zip |
Make outter (plaintext) layer of HS desc conform to prop224.
This basically means changing the 'encrypted' field to 'superencrypted'.
Diffstat (limited to 'src/or/parsecommon.h')
-rw-r--r-- | src/or/parsecommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/parsecommon.h b/src/or/parsecommon.h index 3019df63eb..15e9f7ae85 100644 --- a/src/or/parsecommon.h +++ b/src/or/parsecommon.h @@ -154,7 +154,7 @@ typedef enum { R3_DESC_LIFETIME, R3_DESC_SIGNING_CERT, R3_REVISION_COUNTER, - R3_ENCRYPTED, + R3_SUPERENCRYPTED, R3_SIGNATURE, R3_CREATE2_FORMATS, R3_AUTHENTICATION_REQUIRED, |