summaryrefslogtreecommitdiffstats
path: root/qmail-remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'qmail-remote.c')
-rw-r--r--qmail-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmail-remote.c b/qmail-remote.c
index 94bb69f..58437da 100644
--- a/qmail-remote.c
+++ b/qmail-remote.c
@@ -486,7 +486,7 @@ int tls_init()
486 smtptext.len = 0; 486 smtptext.len = 0;
487 tls_quit_error("ZTLS error initializing ctx"); 487 tls_quit_error("ZTLS error initializing ctx");
488 } 488 }
489 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); 489 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3);
490 490
491 if (servercert) { 491 if (servercert) {
492 if (!SSL_CTX_load_verify_locations(ctx, servercert, NULL)) { 492 if (!SSL_CTX_load_verify_locations(ctx, servercert, NULL)) {