mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
typo fix on function
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
e6390acac9
commit
338f5727c8
@ -615,7 +615,7 @@ DECLARE_ASN1_FUNCTIONS(X509_CINF)
|
||||
DECLARE_ASN1_FUNCTIONS(X509)
|
||||
DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX)
|
||||
|
||||
#define X509_new_index(l, p, newf, dupf, freef) \
|
||||
#define X509_get_ex_new_index(l, p, newf, dupf, freef) \
|
||||
CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_X509, l, p, newf, dupf, freef)
|
||||
int X509_set_ex_data(X509 *r, int idx, void *arg);
|
||||
void *X509_get_ex_data(X509 *r, int idx);
|
||||
|
Loading…
Reference in New Issue
Block a user