소스 검색

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)