提交 1955b874 编写于 作者: D Dr. Stephen Henson

#undef some things that cause a conflict under Win32 when

wincrypt.h is included.
上级 866eedb9
......@@ -93,6 +93,11 @@ typedef int ASN1_BOOLEAN;
typedef int ASN1_NULL;
#endif
#ifdef OPENSSL_SYS_WIN32
#undef X509_NAME
#undef PKCS7_ISSUER_AND_SERIAL
#endif
typedef struct evp_cipher_st EVP_CIPHER;
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
typedef struct env_md_st EVP_MD;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册