aboutsummaryrefslogtreecommitdiffstats
path: root/apps/x509.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-26 01:19:27 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-26 01:19:27 +0000
commitb2347661cef9447600a77b33575639a1bce6725c (patch)
tree56dbb23fefbbebf16d4688dcff503a773c190cb5 /apps/x509.c
parentfd9d35f56ea8bf2dcf2befee06cb6584d62e91e5 (diff)
downloadopenssl-b2347661cef9447600a77b33575639a1bce6725c.tar.gz
Still more X509 V3 stuff. Modify ca.c to work with the new code and modify
openssl.cnf for the new syntax.
Diffstat (limited to 'apps/x509.c')
-rw-r--r--apps/x509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/x509.c b/apps/x509.c
index b375ffe32f..c4e4890999 100644
--- a/apps/x509.c
+++ b/apps/x509.c
@@ -694,7 +694,7 @@ end:
if (Upkey != NULL) EVP_PKEY_free(Upkey);
if (CApkey != NULL) EVP_PKEY_free(CApkey);
if (rq != NULL) X509_REQ_free(rq);
- X509v3_cleanup_extensions();
+ X509V3_EXT_cleanup();
EXIT(ret);
}