瀏覽代碼

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)