summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_purp.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 /crypto/x509v3/v3_purp.c
parent47c177c7b369ba40aa7f4a56d4b83f4178cf1d9f (diff)
Rename functions for new convention.
Diffstat (limited to 'crypto/x509v3/v3_purp.c')
-rw-r--r--crypto/x509v3/v3_purp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c
index ceaa26218c..08fbd6767a 100644
--- a/crypto/x509v3/v3_purp.c
+++ b/crypto/x509v3/v3_purp.c
@@ -232,12 +232,12 @@ int X509_PURPOSE_get_id(X509_PURPOSE *xp)
return xp->purpose;
}
-char *X509_PURPOSE_iget_name(X509_PURPOSE *xp)
+char *X509_PURPOSE_get0_name(X509_PURPOSE *xp)
{
return xp->name;
}
-char *X509_PURPOSE_iget_sname(X509_PURPOSE *xp)
+char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp)
{
return xp->sname;
}