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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/sslopt-case.h b/include/sslopt-case.h
index 4a8c65948cb..3cb717966d7 100644
--- a/include/sslopt-case.h
+++ b/include/sslopt-case.h
@@ -16,7 +16,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
-#if defined(HAVE_OPENSSL) && !defined(EMBEDDED_LIBRARY)
+#if defined(HAVE_TLS) && !defined(EMBEDDED_LIBRARY)
case OPT_SSL_KEY:
case OPT_SSL_CERT:
case OPT_SSL_CA:
@@ -30,10 +30,6 @@
*/
opt_use_ssl= 1;
/* crl has no effect in yaSSL */
-#ifdef HAVE_YASSL
- opt_ssl_crl= NULL;
- opt_ssl_crlpath= NULL;
-#endif
break;
#endif
#endif /* SSLOPT_CASE_INCLUDED */