From 338f5727c88b1ce44a802c5115707309d6316fc4 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 1 Dec 2015 13:40:37 -0500 Subject: [PATCH 1/1] typo fix on function Reviewed-by: Richard Levitte --- include/openssl/x509.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1