diff options
Diffstat (limited to 'src/lib/crypt_ops/crypto.c')
-rw-r--r-- | src/lib/crypt_ops/crypto.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/crypt_ops/crypto.c b/src/lib/crypt_ops/crypto.c index efd355928f..48574016bf 100644 --- a/src/lib/crypt_ops/crypto.c +++ b/src/lib/crypt_ops/crypto.c @@ -63,16 +63,17 @@ ENABLE_GCC_WARNING(redundant-decls) #endif #include "lib/log/torlog.h" +#include "lib/log/util_bug.h" #include "lib/cc/torint.h" #include "lib/crypt_ops/aes.h" -#include "common/util.h" -#include "common/compat.h" #include "lib/encoding/binascii.h" #include "keccak-tiny/keccak-tiny.h" #include "siphash.h" +#include <string.h> + /** Boolean: has OpenSSL's crypto been initialized? */ static int crypto_early_initialized_ = 0; |