From: Nick Mathewson Date: Tue, 23 Jan 2018 19:16:53 +0000 (-0500) Subject: Add a missing include for openssl 1.0.2 X-Git-Tag: tor-0.3.3.1-alpha~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a34629fa28a1173edc16770a1f586b79aff828f6;p=thirdparty%2Ftor.git Add a missing include for openssl 1.0.2 --- diff --git a/src/common/crypto_openssl_mgt.c b/src/common/crypto_openssl_mgt.c index ca91e12d1e..055e468765 100644 --- a/src/common/crypto_openssl_mgt.c +++ b/src/common/crypto_openssl_mgt.c @@ -24,6 +24,7 @@ DISABLE_GCC_WARNING(redundant-decls) #include #include #include +#include ENABLE_GCC_WARNING(redundant-decls)