aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-20 02:27:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-20 02:27:36 +0000
commit281959aa61602ae663f1179be82d7b48efbc0817 (patch)
tree9b893a82c62ca0821105dece1330520c4ddb1005 /crypto/x509
parent6e6bc352b18ae230833580018b246d9a7ce331a6 (diff)
downloadopenssl-281959aa61602ae663f1179be82d7b48efbc0817.tar.gz
Oops... undo change to wrong prototype.
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 1ef305c517..849633a3ec 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -985,8 +985,8 @@ int X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne,
ASN1_OBJECT *obj);
int X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type,
unsigned char *bytes, int len);
-ASN1_OBJECT * X509_NAME_ENTRY_iget_object(X509_NAME_ENTRY *ne);
-ASN1_STRING * X509_NAME_ENTRY_iget_data(X509_NAME_ENTRY *ne);
+ASN1_OBJECT * X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne);
+ASN1_STRING * X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne);
int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x);
int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x,