summaryrefslogtreecommitdiffstats
path: root/src/s_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_client.c')
-rw-r--r--src/s_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_client.c b/src/s_client.c
index 37c5935..79f8f25 100644
--- a/src/s_client.c
+++ b/src/s_client.c
@@ -322,7 +322,7 @@ s_client(int argc, char **argv)
(void) servername;
if (
-#ifdef HAVE_CRL
+#if defined(HAVE_CRL) && defined(HAVE_CRL_IO)
wolfSSL_CTX_EnableCRL(ctx, WOLFSSL_CRL_CHECKALL) !=
WOLFSSL_SUCCESS ||
#endif