summaryrefslogtreecommitdiff
path: root/include/sslopt-case.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sslopt-case.h')
-rw-r--r--include/sslopt-case.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sslopt-case.h b/include/sslopt-case.h
index 87eeff28231..72881a266ab 100644
--- a/include/sslopt-case.h
+++ b/include/sslopt-case.h
@@ -29,8 +29,8 @@
One can disable SSL later by using --skip-ssl or --ssl=0
*/
opt_use_ssl= 1;
-#ifdef HAVE_WOLFSSL
- /* CRL does not work with WolfSSL */
+#if defined (HAVE_WOLFSSL) && (!defined (_WIN32) || defined (MYSQL_SERVER))
+ /* CRL does not work with WolfSSL */
opt_ssl_crl= NULL;
opt_ssl_crlpath= NULL;
#endif