From a1127be18ed8bdc9057989f6c1afc59ce74e429d Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 15 Oct 2021 19:35:56 +0200 Subject: [PATCH] #95 --- src/ssl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index 5d5808722..d03d20049 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -110,7 +110,9 @@ #include #include #if defined(OPENSSL_ALL) || defined(HAVE_STUNNEL) - #include + #ifdef HAVE_OCSP + #include + #endif #include #include #endif /* WITH_STUNNEL */