From 82dee76740062c00e98a7005f773672065abcf96 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 10 May 2017 09:40:26 -0400 Subject: hs: Ignore unparseable v3 introduction point It is possible that at some point in time a client will encounter unknown or new fields for an introduction point in a descriptor so let them ignore it for forward compatibility. Signed-off-by: David Goulet --- src/or/hs_descriptor.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/or/hs_descriptor.h') diff --git a/src/or/hs_descriptor.h b/src/or/hs_descriptor.h index b8b94792de..58c4089795 100644 --- a/src/or/hs_descriptor.h +++ b/src/or/hs_descriptor.h @@ -223,9 +223,6 @@ STATIC smartlist_t *decode_link_specifiers(const char *encoded); STATIC hs_desc_intro_point_t *decode_introduction_point( const hs_descriptor_t *desc, const char *text); -STATIC int decode_intro_points(const hs_descriptor_t *desc, - hs_desc_encrypted_data_t *desc_enc, - const char *data); STATIC int encrypted_data_length_is_valid(size_t len); STATIC int cert_is_valid(tor_cert_t *cert, uint8_t type, const char *log_obj_type); -- cgit v1.2.3-54-g00ecf