diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-23 14:19:25 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-23 14:19:25 -0500 |
commit | a172f02dfb5720c338acbe46200939f843435bd0 (patch) | |
tree | 400f7d624d23ce3187d37882926090868eed7ac8 /src | |
parent | a34629fa28a1173edc16770a1f586b79aff828f6 (diff) | |
download | tor-a172f02dfb5720c338acbe46200939f843435bd0.tar.gz tor-a172f02dfb5720c338acbe46200939f843435bd0.zip |
perhaps this was the missing include?
Diffstat (limited to 'src')
-rw-r--r-- | src/common/crypto_openssl_mgt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_openssl_mgt.c b/src/common/crypto_openssl_mgt.c index 055e468765..0720ef0324 100644 --- a/src/common/crypto_openssl_mgt.c +++ b/src/common/crypto_openssl_mgt.c @@ -24,7 +24,7 @@ DISABLE_GCC_WARNING(redundant-decls) #include <openssl/dh.h> #include <openssl/conf.h> #include <openssl/hmac.h> -#include <openssl/opensslv.h> +#include <openssl/crypto.h> ENABLE_GCC_WARNING(redundant-decls) |