From b46acc392b6785678a82105b1c772756fca94c59 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 11 Nov 2008 12:22:17 +0000 Subject: [PATCH] Avoid conflict with some version of Windows platform SDK. --- crypto/ossl_typ.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0