aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_ocsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ossl_ocsp.h')
-rw-r--r--ossl_ocsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl_ocsp.h b/ossl_ocsp.h
index d1d6d7a..65b4f2e 100644
--- a/ossl_ocsp.h
+++ b/ossl_ocsp.h
@@ -12,7 +12,7 @@
#if !defined(_OSSL_OCSP_H_)
#define _OSSL_OCSP_H_
-#ifdef USE_OCSP
+#if defined(OSSL_OCSP_ENABLED)
extern VALUE mOCSP;
extern VALUE cOPCSReq;
extern VALUE cOPCSRes;