Oops... undo change to wrong prototype.
This commit is contained in:
parent
6e6bc352b1
commit
281959aa61
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user