[tor/master] Add a missing include for openssl 1.0.2

23 Jan
2018
23 Jan
'18
7:17 p.m.
commit a34629fa28a1173edc16770a1f586b79aff828f6 Author: Nick Mathewson <nickm@torproject.org> Date: Tue Jan 23 14:16:53 2018 -0500 Add a missing include for openssl 1.0.2 --- src/common/crypto_openssl_mgt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/crypto_openssl_mgt.c b/src/common/crypto_openssl_mgt.c index ca91e12d1..055e46876 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 <openssl/dh.h> #include <openssl/conf.h> #include <openssl/hmac.h> +#include <openssl/opensslv.h> ENABLE_GCC_WARNING(redundant-decls)
2673
Age (days ago)
2673
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org