aboutsummaryrefslogtreecommitdiff
path: root/src/or/parsecommon.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2017-02-02 13:58:20 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2017-02-24 16:37:24 +0200
commit6d71eda263a6c97484c975073979a005a879cf79 (patch)
tree3a6fd2f7043124ccce58a83ccdaeb1156fbc5a7b /src/or/parsecommon.h
parentefa5bbaba07d20d1aacff7d1d2a5fe08a6ec2d72 (diff)
downloadtor-6d71eda263a6c97484c975073979a005a879cf79.tar.gz
tor-6d71eda263a6c97484c975073979a005a879cf79.zip
prop224: Rename auth_required HS desc field to intro_auth_required.
And remove "password" type from the list of intro auths.
Diffstat (limited to 'src/or/parsecommon.h')
-rw-r--r--src/or/parsecommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/parsecommon.h b/src/or/parsecommon.h
index 15e9f7ae85..ec62bade92 100644
--- a/src/or/parsecommon.h
+++ b/src/or/parsecommon.h
@@ -157,7 +157,7 @@ typedef enum {
R3_SUPERENCRYPTED,
R3_SIGNATURE,
R3_CREATE2_FORMATS,
- R3_AUTHENTICATION_REQUIRED,
+ R3_INTRO_AUTH_REQUIRED,
R3_SINGLE_ONION_SERVICE,
R3_INTRODUCTION_POINT,
R3_INTRO_AUTH_KEY,