diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-03 13:50:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-03 13:50:18 -0400 |
commit | c3b72583709332f051fb61e17f5102d0ada05917 (patch) | |
tree | a686097afdcda0074eb00d7b6e667abf91dc19e5 /src/test/test_hs_common.c | |
parent | 94c6eb7d7f023e50071632e618f003409e5e6489 (diff) | |
parent | 94dcd38a1430061a0bb630ad680a41a78262a55c (diff) | |
download | tor-c3b72583709332f051fb61e17f5102d0ada05917.tar.gz tor-c3b72583709332f051fb61e17f5102d0ada05917.zip |
Merge remote-tracking branch 'isis/bug24660_r1'
Diffstat (limited to 'src/test/test_hs_common.c')
-rw-r--r-- | src/test/test_hs_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_hs_common.c b/src/test/test_hs_common.c index 94d3d52e98..8bcb2c7e46 100644 --- a/src/test/test_hs_common.c +++ b/src/test/test_hs_common.c @@ -17,6 +17,7 @@ #include "hs_test_helpers.h" #include "connection_edge.h" +#include "crypto_rand.h" #include "hs_common.h" #include "hs_client.h" #include "hs_service.h" |