summaryrefslogtreecommitdiffstats
path: root/tcpd/starttls.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpd/starttls.c')
-rw-r--r--tcpd/starttls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcpd/starttls.c b/tcpd/starttls.c
index e7b805f..76fcf3b 100644
--- a/tcpd/starttls.c
+++ b/tcpd/starttls.c
@@ -550,6 +550,7 @@ static int dossl(int fd, int argn, int argc, char **argv)
if (!ssl)
{
close(fd);
+ tls_destroy(ctx);
return (1);
}