aboutsummaryrefslogtreecommitdiff
path: root/src/authmode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/authmode.c')
-rw-r--r--src/authmode.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/authmode.c b/src/authmode.c
index ca7e8dd..950b1ec 100644
--- a/src/authmode.c
+++ b/src/authmode.c
@@ -354,11 +354,7 @@ asmtp_ehlo (enum asmtp_state state, ANUBIS_USER * usr)
}
asmtp_reply (220, "Ready to start TLS");
- stream = start_ssl_server (remote_client,
- secure.cafile,
- secure.cert,
- secure.key,
- options.termlevel > NORMAL);
+ stream = start_ssl_server (remote_client, options.termlevel > NORMAL);
if (!stream)
{
asmtp_reply (454, "TLS not available" CRLF);

Return to:

Send suggestions and report system problems to the System administrator.