]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a missing include for openssl 1.0.2
authorNick Mathewson <nickm@torproject.org>
Tue, 23 Jan 2018 19:16:53 +0000 (14:16 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 23 Jan 2018 19:16:53 +0000 (14:16 -0500)
src/common/crypto_openssl_mgt.c

index ca91e12d1e9d3ea6370bd9e7c9f0aa38fe557f57..055e4687650c2c7413f5ceef2b3906e60ff1b07b 100644 (file)
@@ -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)