From: Rich Salz Date: Tue, 1 Dec 2015 18:40:37 +0000 (-0500) Subject: typo fix on function X-Git-Tag: OpenSSL_1_1_0-pre1~149 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=338f5727c88b1ce44a802c5115707309d6316fc4;hp=e6390acac925f952cfd06ccdbba0b273b8f71551 typo fix on function Reviewed-by: Richard Levitte --- diff --git a/include/openssl/x509.h b/include/openssl/x509.h index c48abe3d60..cdf392a9bf 100644 --- a/include/openssl/x509.h +++ b/include/openssl/x509.h @@ -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);