Browse Source

Add a missing include for openssl 1.0.2

Nick Mathewson 6 years ago
parent
commit
a34629fa28
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/crypto_openssl_mgt.c

+ 1 - 0
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)