Просмотр исходного кода

perhaps this was the missing include?

Nick Mathewson 6 лет назад
Родитель
Сommit
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)