aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_ocsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/ossl_ocsp.h')
-rw-r--r--ext/openssl/ossl_ocsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_ocsp.h b/ext/openssl/ossl_ocsp.h
index c5064fbc85..21e2c99a2e 100644
--- a/ext/openssl/ossl_ocsp.h
+++ b/ext/openssl/ossl_ocsp.h
@@ -11,7 +11,7 @@
#if !defined(_OSSL_OCSP_H_)
#define _OSSL_OCSP_H_
-#if defined(OSSL_OCSP_ENABLED)
+#if !defined(OPENSSL_NO_OCSP)
extern VALUE mOCSP;
extern VALUE cOPCSReq;
extern VALUE cOPCSRes;