From 55bef26d8a87afb16939da35677633a78b3bfa21 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 2 Jun 2008 23:09:04 +0000 Subject: [PATCH] #undef OCSP_RESPONSE: CryptoAPI uses this too. --- crypto/ossl_typ.h | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h index b8f4a9d665..c9b494c854 100644 --- a/crypto/ossl_typ.h +++ b/crypto/ossl_typ.h @@ -102,6 +102,7 @@ typedef struct asn1_pctx_st ASN1_PCTX; #undef X509_EXTENSIONS #undef X509_CERT_PAIR #undef PKCS7_ISSUER_AND_SERIAL +#undef OCSP_RESPONSE #endif #ifdef BIGNUM -- 2.25.1