]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
perhaps this was the missing include?
authorNick Mathewson <nickm@torproject.org>
Tue, 23 Jan 2018 19:19:25 +0000 (14:19 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 23 Jan 2018 19:19:25 +0000 (14:19 -0500)
src/common/crypto_openssl_mgt.c

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