aboutsummaryrefslogtreecommitdiffstats
path: root/ossl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ossl.h')
-rw-r--r--ossl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ossl.h b/ossl.h
index 20578f5..e1cd09c 100644
--- a/ossl.h
+++ b/ossl.h
@@ -34,8 +34,8 @@ extern "C" {
#include <openssl/ssl.h>
#include <openssl/hmac.h>
#include <openssl/rand.h>
-#if HAVE_OPENSSL_OCSP_H
-# define USE_OCSP
+#if defined(HAVE_OPENSSL_OCSP_H)
+# define OSSL_OCSP_ENABLED
# include <openssl/ocsp.h>
#endif
#if defined(NT) || defined(_WIN32)