浏览代码

auth_identity: include openssl/x509_vfy.h

- looks like being required by openssl 1.1.0 to get the definition of
  X509_STORE_CTX
- reported by Victor Seva, GH #685
Daniel-Constantin Mierla 9 年之前
父节点
当前提交
21321c7035
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/auth_identity/auth_crypt.c

+ 1 - 0
modules/auth_identity/auth_crypt.c

@@ -35,6 +35,7 @@
 #include <openssl/sha.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
+#include <openssl/x509_vfy.h>
 
 #include "../../mem/mem.h"
 #include "../../parser/parse_uri.h"