summaryrefslogtreecommitdiffstats
path: root/apps/s_client.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_client.c
parent08cba61011cdf8519a1c7d1316fb27fc724b6945 (diff)
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_client.c')
-rw-r--r--apps/s_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index 0afd7907a1..60a8728c9b 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -740,7 +740,6 @@ end:
if (ctx != NULL) SSL_CTX_free(ctx);
if (cbuf != NULL) { memset(cbuf,0,BUFSIZZ); Free(cbuf); }
if (sbuf != NULL) { memset(sbuf,0,BUFSIZZ); Free(sbuf); }
- X509_cleanup();
if (bio_c_out != NULL)
{
BIO_free(bio_c_out);