summaryrefslogtreecommitdiff
path: root/src/qmail-remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmail-remote.c')
-rw-r--r--src/qmail-remote.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmail-remote.c b/src/qmail-remote.c
index ddb4d65..85b2cbd 100644
--- a/src/qmail-remote.c
+++ b/src/qmail-remote.c
@@ -296,9 +296,9 @@ void dropped()
zerodie();
}
-int timeoutconnect = 60;
+long timeoutconnect = 60;
int smtpfd;
-int timeout = 1200;
+long timeout = 1200;
ssize_t saferead(int fd, char *buf, int len)
{
@@ -553,7 +553,7 @@ void tls_peercheck()
if (flagtls < 100) flagtls = 100;
X509_free(cert);
- X509_free(certs);
+ sk_X509_free(certs);
return;
}