#undef some things that cause a conflict under Win32 when

wincrypt.h is included.
This commit is contained in:
Dr. Stephen Henson 2002-02-02 13:19:27 +00:00
parent 866eedb936
commit 1955b87423

View file

@ -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;