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 02c69e3..94c6c0d 100644
--- a/qmail-remote.c
+++ b/qmail-remote.c
@@ -499,7 +499,7 @@ int tls_init()
499 499
500 /* let the other side complain if it needs a cert and we don't have one */ 500 /* let the other side complain if it needs a cert and we don't have one */
501 if (SSL_CTX_use_certificate_chain_file(ctx, CLIENTCERT)) 501 if (SSL_CTX_use_certificate_chain_file(ctx, CLIENTCERT))
502 SSL_CTX_use_RSAPrivateKey_file(ctx, CLIENTCERT, SSL_FILETYPE_PEM); 502 SSL_CTX_use_PrivateKey_file(ctx, CLIENTCERT, SSL_FILETYPE_PEM);
503 503
504 myssl = SSL_new(ctx); 504 myssl = SSL_new(ctx);
505 SSL_CTX_free(ctx); 505 SSL_CTX_free(ctx);