From 02f1caa583ca0e09e4c75ff6d9399f5d53931d2b Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 9 Jan 2020 15:18:32 -0500 Subject: hs-v3: Validate INTRO2 cells for onion balance Closes #32709 Signed-off-by: David Goulet --- src/feature/hs/hs_ob.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/feature/hs/hs_ob.h') diff --git a/src/feature/hs/hs_ob.h b/src/feature/hs/hs_ob.h index d16896f2ed..8ad6aabc4f 100644 --- a/src/feature/hs/hs_ob.h +++ b/src/feature/hs/hs_ob.h @@ -13,6 +13,9 @@ int hs_ob_parse_config_file(hs_service_config_t *config); +size_t hs_ob_get_subcredentials(const hs_service_config_t *config, + uint8_t **subcredentials); + #ifdef HS_OB_PRIVATE typedef struct ob_options_t { -- cgit v1.2.3-54-g00ecf