summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-09-03 13:27:18 -0400
committerPauli <paul.dale@oracle.com>2018-09-04 09:46:19 +1000
commit96e05986f47bd7cd3991b7755c74ca708c8a3bc7 (patch)
tree1f49b9cfd76c7b1d683b5d7df292578fcca4c335 /include
parente0810e3502bbf14ee274033e7eeabb551ce38510 (diff)
Fixed a comment that referenced the wrong method
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7100)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index 0b49864fa0..3a03562ed3 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);