aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-12-02 02:33:56 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-12-02 02:33:56 +0000
commitdd4134101fb41261b20fe47fdf9068c84e923102 (patch)
tree322439de2b7206640b18faa7eaa3a67943b18bf9 /apps/s_server.c
parent08cba61011cdf8519a1c7d1316fb27fc724b6945 (diff)
downloadopenssl-dd4134101fb41261b20fe47fdf9068c84e923102.tar.gz
Change the trust and purpose code so it doesn't need init
either and has a static and dynamic mix.
Diffstat (limited to 'apps/s_server.c')
-rw-r--r--apps/s_server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index 7a3a028b6e..a33e0ff147 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -718,7 +718,6 @@ bad:
ret=0;
end:
if (ctx != NULL) SSL_CTX_free(ctx);
- X509_cleanup();
if (bio_s_out != NULL)
{
BIO_free(bio_s_out);