aboutsummaryrefslogtreecommitdiff
path: root/src/common/aes.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-23 14:02:45 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-23 14:02:45 -0500
commit13a2acba3c951a049f89b2c553e3139008032fe8 (patch)
tree884dd76cfab625515a5ad36c1a264b7bca435354 /src/common/aes.c
parent48a51c5f8b80a359da31bc5aaac8ecd25890fe0d (diff)
parentf2fca519762cdd37c8559eb95bb8b41973225d38 (diff)
downloadtor-13a2acba3c951a049f89b2c553e3139008032fe8.tar.gz
tor-13a2acba3c951a049f89b2c553e3139008032fe8.zip
Merge remote-tracking branch 'ffmancera/bug24658-openssl'
Diffstat (limited to 'src/common/aes.c')
-rw-r--r--src/common/aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/aes.c b/src/common/aes.c
index 9b5b0197ea..5d0841dfa3 100644
--- a/src/common/aes.c
+++ b/src/common/aes.c
@@ -18,6 +18,7 @@
#include <openssl/opensslv.h>
#include "crypto.h"
+#include "crypto_openssl_mgt.h"
#if OPENSSL_VERSION_NUMBER < OPENSSL_V_SERIES(1,0,0)
#error "We require OpenSSL >= 1.0.0"