From 281959aa61602ae663f1179be82d7b48efbc0817 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 20 Jan 2000 02:27:36 +0000 Subject: [PATCH] Oops... undo change to wrong prototype. --- crypto/x509/x509.h | 4 ++-- 1 file 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, -- 2.40.0