diff options
author | teor <teor@torproject.org> | 2018-07-25 09:17:17 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-07-25 09:17:17 +1000 |
commit | fc4d08e26015e1bb271e8d9219e6f304a5375459 (patch) | |
tree | afd7924d2df666c1eeb802ac289b9beba5e8b053 /src/feature/hs/hs_service.h | |
parent | 9ae35975402a823a420cd5efb81a1c3a76f6c4d6 (diff) | |
parent | 3821081a550efc090bb6c583041e1b26a2db72b5 (diff) | |
download | tor-fc4d08e26015e1bb271e8d9219e6f304a5375459.tar.gz tor-fc4d08e26015e1bb271e8d9219e6f304a5375459.zip |
Merge branch 'bug26627_033' into bug26627_033_merged_master
Diffstat (limited to 'src/feature/hs/hs_service.h')
-rw-r--r-- | src/feature/hs/hs_service.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/feature/hs/hs_service.h b/src/feature/hs/hs_service.h index 4cd05e3897..5c5443a35f 100644 --- a/src/feature/hs/hs_service.h +++ b/src/feature/hs/hs_service.h @@ -315,8 +315,9 @@ STATIC void remove_service(hs_service_ht *map, hs_service_t *service); STATIC int register_service(hs_service_ht *map, hs_service_t *service); /* Service introduction point functions. */ STATIC hs_service_intro_point_t *service_intro_point_new( - const extend_info_t *ei, - unsigned int is_legacy); + const extend_info_t *ei, + unsigned int is_legacy, + unsigned int supports_ed25519_link_handshake_any); STATIC void service_intro_point_free_(hs_service_intro_point_t *ip); #define service_intro_point_free(ip) \ FREE_AND_NULL(hs_service_intro_point_t, \ |