[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Dec 1 22:09:28 UTC 2015


The branch master has been updated
       via  338f5727c88b1ce44a802c5115707309d6316fc4 (commit)
      from  e6390acac925f952cfd06ccdbba0b273b8f71551 (commit)


- Log -----------------------------------------------------------------
commit 338f5727c88b1ce44a802c5115707309d6316fc4
Author: Rich Salz <rsalz at akamai.com>
Date:   Tue Dec 1 13:40:37 2015 -0500

    typo fix on function
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 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 c48abe3..cdf392a 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);


More information about the openssl-commits mailing list