aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-02-07 14:17:57 +0000
committerMatt Caswell <matt@openssl.org>2017-02-09 10:38:52 +0000
commitfbc9eeaaa32ba1416d6cb2794201f440bbaeb629 (patch)
tree57f47682619447708b36c94685034ca53f0f3126 /doc
parent01ede84d5644e868e71dc3d5312f2d2514454452 (diff)
downloadopenssl-fbc9eeaaa32ba1416d6cb2794201f440bbaeb629.tar.gz
Fix a typo in the X509_get0_subject_key_id() documentation
Fixes a copy&paste error Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2568)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/X509_get_extension_flags.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/X509_get_extension_flags.pod b/doc/man3/X509_get_extension_flags.pod
index 92e8a6ba1f..c78e4573c3 100644
--- a/doc/man3/X509_get_extension_flags.pod
+++ b/doc/man3/X509_get_extension_flags.pod
@@ -105,7 +105,7 @@ B<id-kp-timeStamping>, B<id-kp-dvcs> and B<anyExtendedKeyUsage> respectively.
Additionally B<XKU_SGC> is set if either Netscape or Microsoft SGC OIDs are
present.
-X509_get_extended_key_usage() return an internal pointer to the subject key
+X509_get0_subject_key_id() returns an internal pointer to the subject key
identifier of B<x> as an B<ASN1_OCTET_STRING> or B<NULL> if the extension
is not present or cannot be parsed.