Explorar el Código

perhaps this was the missing include?

Nick Mathewson hace 6 años
padre
commit
a172f02dfb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common/crypto_openssl_mgt.c

+ 1 - 1
src/common/crypto_openssl_mgt.c

@@ -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)