From: Dr. Stephen Henson Date: Tue, 11 Nov 2008 12:22:17 +0000 (+0000) Subject: Avoid conflict with some version of Windows platform SDK. X-Git-Tag: OpenSSL_0_9_8j~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b46acc392b6785678a82105b1c772756fca94c59;p=openssl Avoid conflict with some version of Windows platform SDK. --- diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h index 734200428f..0e7a380880 100644 --- a/crypto/ossl_typ.h +++ b/crypto/ossl_typ.h @@ -100,6 +100,8 @@ typedef int ASN1_NULL; #undef X509_EXTENSIONS #undef X509_CERT_PAIR #undef PKCS7_ISSUER_AND_SERIAL +#undef OCSP_REQUEST +#undef OCSP_RESPONSE #endif #ifdef BIGNUM