diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 16:52:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 09:49:13 -0400 |
commit | 9cf6fc91b1d0870dab8bf87feb9132e7e0de2808 (patch) | |
tree | 844acd03eae6aaf9bb43dac7b811da00714b97e3 /src/lib/crypt_ops/crypto.c | |
parent | 50a5954003a0478273d9e2c1a546e641e763a997 (diff) | |
download | tor-9cf6fc91b1d0870dab8bf87feb9132e7e0de2808.tar.gz tor-9cf6fc91b1d0870dab8bf87feb9132e7e0de2808.zip |
Remove map from container.h
Diffstat (limited to 'src/lib/crypt_ops/crypto.c')
-rw-r--r-- | src/lib/crypt_ops/crypto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/crypt_ops/crypto.c b/src/lib/crypt_ops/crypto.c index de7e271d39..9b1c38041f 100644 --- a/src/lib/crypt_ops/crypto.c +++ b/src/lib/crypt_ops/crypto.c @@ -73,6 +73,8 @@ ENABLE_GCC_WARNING(redundant-decls) #include "keccak-tiny/keccak-tiny.h" +#include "siphash.h" + /** Boolean: has OpenSSL's crypto been initialized? */ static int crypto_early_initialized_ = 0; |