summaryrefslogtreecommitdiffstats
path: root/apps/verify.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-02-26 01:55:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-02-26 01:55:33 +0000
commitc7cb16a8ffa2a791949044378f278e8f4089d7d6 (patch)
treecfcea4ea79aeef0cf9867f187805a5c3712a8f49 /apps/verify.c
parent47c177c7b369ba40aa7f4a56d4b83f4178cf1d9f (diff)
Rename functions for new convention.
Diffstat (limited to 'apps/verify.c')
-rw-r--r--apps/verify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/verify.c b/apps/verify.c
index df596ca042..c2b19a1b07 100644
--- a/apps/verify.c
+++ b/apps/verify.c
@@ -191,8 +191,8 @@ end:
for(i = 0; i < X509_PURPOSE_get_count(); i++) {
X509_PURPOSE *ptmp;
ptmp = X509_PURPOSE_iget(i);
- BIO_printf(bio_err, "\t%-10s\t%s\n", X509_PURPOSE_iget_sname(ptmp),
- X509_PURPOSE_iget_name(ptmp));
+ BIO_printf(bio_err, "\t%-10s\t%s\n", X509_PURPOSE_get0_sname(ptmp),
+ X509_PURPOSE_get0_name(ptmp));
}
}
if (cert_ctx != NULL) X509_STORE_free(cert_ctx);