diff options
Diffstat (limited to 'lib/libcrypto/ossl_typ.h')
-rw-r--r-- | lib/libcrypto/ossl_typ.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libcrypto/ossl_typ.h b/lib/libcrypto/ossl_typ.h index ae79bf8ae48..3c360b0d9bb 100644 --- a/lib/libcrypto/ossl_typ.h +++ b/lib/libcrypto/ossl_typ.h @@ -99,15 +99,6 @@ typedef int ASN1_NULL; typedef struct ASN1_ITEM_st ASN1_ITEM; typedef struct asn1_pctx_st ASN1_PCTX; -#ifdef OPENSSL_SYS_WIN32 -#undef X509_NAME -#undef X509_EXTENSIONS -#undef X509_CERT_PAIR -#undef PKCS7_ISSUER_AND_SERIAL -#undef OCSP_REQUEST -#undef OCSP_RESPONSE -#endif - #ifdef BIGNUM #undef BIGNUM #endif |