From fbc9eeaaa32ba1416d6cb2794201f440bbaeb629 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 7 Feb 2017 14:17:57 +0000 Subject: [PATCH] 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) --- doc/man3/X509_get_extension_flags.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1