#undef some things that cause a conflict under Win32 when
wincrypt.h is included.
This commit is contained in:
parent
866eedb936
commit
1955b87423
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue