diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 11:39:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 11:39:49 -0400 |
commit | 48ebd9bf76a0e5ff60b88f8906919016de82e819 (patch) | |
tree | 76047a0a4227be696a54987d7d6f4430ec4597e3 /src/lib/crypt_ops/crypto_rand.c | |
parent | aa3edfd2053bb418907f204e171ae8f7e78c30eb (diff) | |
download | tor-48ebd9bf76a0e5ff60b88f8906919016de82e819.tar.gz tor-48ebd9bf76a0e5ff60b88f8906919016de82e819.zip |
Move weakrng into lib/intmath
Diffstat (limited to 'src/lib/crypt_ops/crypto_rand.c')
-rw-r--r-- | src/lib/crypt_ops/crypto_rand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/crypt_ops/crypto_rand.c b/src/lib/crypt_ops/crypto_rand.c index 247a502241..8ac7d3bfe8 100644 --- a/src/lib/crypt_ops/crypto_rand.c +++ b/src/lib/crypt_ops/crypto_rand.c @@ -30,6 +30,7 @@ #include "lib/log/torlog.h" #include "common/util.h" #include "lib/encoding/binascii.h" +#include "lib/intmath/weakrng.h" DISABLE_GCC_WARNING(redundant-decls) #include <openssl/rand.h> |