From: Matt Caswell Date: Tue, 7 Feb 2017 14:17:57 +0000 (+0000) Subject: Fix a typo in the X509_get0_subject_key_id() documentation X-Git-Tag: OpenSSL_1_1_1-pre1~2452 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fbc9eeaaa32ba1416d6cb2794201f440bbaeb629;p=oweals%2Fopenssl.git Fix a typo in the X509_get0_subject_key_id() documentation Fixes a copy&paste error Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2568) --- 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, B and B respectively. Additionally B 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 as an B or B if the extension is not present or cannot be parsed.