aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/s_server.c')
-rw-r--r--apps/s_server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index a33e0ff147..7a3a028b6e 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -718,6 +718,7 @@ bad:
ret=0;
end:
if (ctx != NULL) SSL_CTX_free(ctx);
+ X509_cleanup();
if (bio_s_out != NULL)
{
BIO_free(bio_s_out);