summaryrefslogtreecommitdiffstats
path: root/qmail-remote.c
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2018-09-17 18:01:21 +0200
committermanuel <manuel@mausz.at>2018-09-17 18:01:21 +0200
commit6ce418f63ceeda3d02246c6044c969d5f8f08b26 (patch)
tree4d3745f697373dbde0f966148f0d7a88a32c5e56 /qmail-remote.c
parent2280dac6e0e98ea11e178b1331cde5ced97a4b36 (diff)
downloadqmail-6ce418f63ceeda3d02246c6044c969d5f8f08b26.tar.gz
qmail-6ce418f63ceeda3d02246c6044c969d5f8f08b26.tar.bz2
qmail-6ce418f63ceeda3d02246c6044c969d5f8f08b26.zip
Enable PRIORITIZE_CHACHA per default
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)) {