From 8e81fcd51ae9b9b373f0254381728a8f4d93236d Mon Sep 17 00:00:00 2001 From: Suphanat Chunhapanya Date: Sun, 19 Aug 2018 08:22:13 +0700 Subject: hs-v3: Load client authorization secret key from file The new ClientOnionAuthDir option is introduced which is where tor looks to find the HS v3 client authorization files containing the client private key material. Signed-off-by: David Goulet --- src/feature/hs/hs_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/feature/hs/hs_config.h') diff --git a/src/feature/hs/hs_config.h b/src/feature/hs/hs_config.h index 96eb19ee70..f443e814c4 100644 --- a/src/feature/hs/hs_config.h +++ b/src/feature/hs/hs_config.h @@ -19,6 +19,7 @@ /* API */ int hs_config_service_all(const or_options_t *options, int validate_only); +int hs_config_client_auth_all(const or_options_t *options, int validate_only); #endif /* !defined(TOR_HS_CONFIG_H) */ -- cgit v1.2.3-54-g00ecf