summaryrefslogtreecommitdiffstats
path: root/apps/crl.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-12-01 01:49:46 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-12-01 01:49:46 +0000
commit08cba61011cdf8519a1c7d1316fb27fc724b6945 (patch)
treee3a71e41b678bb3cee146afb9bcc896be342a6e4 /apps/crl.c
parentfea9afbfc7005fb85ab470546fb15f8a76055e7e (diff)
Modify the X509 V3 extension lookup code.
Diffstat (limited to 'apps/crl.c')
-rw-r--r--apps/crl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/crl.c b/apps/crl.c
index 9bab031c81..c73b35db74 100644
--- a/apps/crl.c
+++ b/apps/crl.c
@@ -200,7 +200,6 @@ bad:
}
ERR_load_crypto_strings();
- X509V3_add_standard_extensions();
x=load_crl(infile,informat);
if (x == NULL) { goto end; }
@@ -318,7 +317,6 @@ end:
X509_STORE_CTX_cleanup(&ctx);
X509_STORE_free(store);
}
- X509V3_EXT_cleanup();
EXIT(ret);
}