summaryrefslogtreecommitdiffstats
path: root/apps/x509.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/x509.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/x509.c')
-rw-r--r--apps/x509.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/x509.c b/apps/x509.c
index caf5946287..0ed5ef1d03 100644
--- a/apps/x509.c
+++ b/apps/x509.c
@@ -384,7 +384,6 @@ bad:
app_RAND_load_file(NULL, bio_err, 0);
ERR_load_crypto_strings();
- X509_init();
if (!X509_STORE_set_default_paths(ctx))
{
@@ -870,7 +869,6 @@ end:
EVP_PKEY_free(Upkey);
EVP_PKEY_free(CApkey);
X509_REQ_free(rq);
- X509_cleanup();
EXIT(ret);
}