提交 83e4e03e 编写于 作者: R Robin Lee 提交者: Rich Salz

RT3031: Need to #undef some names for win32

Copy the ifdef/undef stanza from x509.h to x509v3.h
Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
上级 3173622e
......@@ -66,6 +66,13 @@
extern "C" {
#endif
#ifdef OPENSSL_SYS_WIN32
/* Under Win32 these are defined in wincrypt.h */
#undef X509_NAME
#undef X509_CERT_PAIR
#undef X509_EXTENSIONS
#endif
/* Forward reference */
struct v3_ext_method;
struct v3_ext_ctx;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册