diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-01 10:29:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-01 10:29:05 -0400 |
commit | d018bf199c9e566202eef0bb7fb68c2567c4a25e (patch) | |
tree | 83b81729b2c25a21bd2ef61e9350667d2fa56d7e /src/or/hs_common.c | |
parent | 4cf6b67f5e83e1a26b4b2fbdb3b169c137a30687 (diff) | |
parent | d8509b450a1de815399a42b5df8c6b25789429c7 (diff) | |
download | tor-d018bf199c9e566202eef0bb7fb68c2567c4a25e.tar.gz tor-d018bf199c9e566202eef0bb7fb68c2567c4a25e.zip |
Merge remote-tracking branch 'dgoulet/ticket25610_034_01-squashed'
Diffstat (limited to 'src/or/hs_common.c')
-rw-r--r-- | src/or/hs_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/hs_common.c b/src/or/hs_common.c index c01428099e..46903a2960 100644 --- a/src/or/hs_common.c +++ b/src/or/hs_common.c @@ -28,8 +28,8 @@ #include "rendservice.h" #include "routerset.h" #include "router.h" -#include "shared_random.h" -#include "shared_random_state.h" +#include "shared_random_common.h" +#include "dirauth/shared_random_state.h" /* Trunnel */ #include "ed25519_cert.h" |