Переглянути джерело

perhaps this was the missing include?

Nick Mathewson 6 роки тому
батько
коміт
a172f02dfb
1 змінених файлів з 1 додано та 1 видалено
  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)