aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/hs/hs_client.c')
-rw-r--r--src/feature/hs/hs_client.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/feature/hs/hs_client.c b/src/feature/hs/hs_client.c
index 2716dca032..1e7adabdc4 100644
--- a/src/feature/hs/hs_client.c
+++ b/src/feature/hs/hs_client.c
@@ -2140,4 +2140,10 @@ get_hs_client_auths_map(void)
return client_auths;
}
+STATIC void
+set_hs_client_auths_map(digest256map_t *map)
+{
+ client_auths = map;
+}
+
#endif /* defined(TOR_UNIT_TESTS) */