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, 0 insertions, 2 deletions
diff --git a/ext/openssl/ossl_ocsp.h b/ext/openssl/ossl_ocsp.h
index c5064fbc85..028158c3f8 100644
--- a/ext/openssl/ossl_ocsp.h
+++ b/ext/openssl/ossl_ocsp.h
@@ -11,12 +11,10 @@
#if !defined(_OSSL_OCSP_H_)
#define _OSSL_OCSP_H_
-#if defined(OSSL_OCSP_ENABLED)
extern VALUE mOCSP;
extern VALUE cOPCSReq;
extern VALUE cOPCSRes;
extern VALUE cOPCSBasicRes;
-#endif
void Init_ossl_ocsp(void);