Explorar o código

Add a missing include for openssl 1.0.2

Nick Mathewson %!s(int64=6) %!d(string=hai) anos
pai
achega
a34629fa28
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)