[openssl-commits] [openssl] master update

Paul I. Dale pauli at openssl.org
Mon Sep 3 23:46:42 UTC 2018


The branch master has been updated
       via  96e05986f47bd7cd3991b7755c74ca708c8a3bc7 (commit)
      from  e0810e3502bbf14ee274033e7eeabb551ce38510 (commit)


- Log -----------------------------------------------------------------
commit 96e05986f47bd7cd3991b7755c74ca708c8a3bc7
Author: Alex Gaynor <alex.gaynor at gmail.com>
Date:   Mon Sep 3 13:27:18 2018 -0400

    Fixed a comment that referenced the wrong method
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/7100)

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

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 0b49864..3a03562 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -660,7 +660,7 @@ int X509_get_signature_type(const X509 *x);
 
 /*
  * This one is only used so that a binary form can output, as in
- * i2d_X509_NAME(X509_get_X509_PUBKEY(x), &buf)
+ * i2d_X509_PUBKEY(X509_get_X509_PUBKEY(x), &buf)
  */
 X509_PUBKEY *X509_get_X509_PUBKEY(const X509 *x);
 const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x);


More information about the openssl-commits mailing list