diff options
author | EasySec <easy.sec@free.fr> | 2022-04-16 23:39:38 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-04-19 17:43:48 +0200 |
commit | f5f288bdba3d2ca6f2ad4b39225b42f06ef28638 (patch) | |
tree | 920c9be270751f4184d71deb6fac998786f8ff04 /doc | |
parent | Do a prelimary check for numbers in openssl prime command. (diff) | |
download | openssl-f5f288bdba3d2ca6f2ad4b39225b42f06ef28638.tar.xz openssl-f5f288bdba3d2ca6f2ad4b39225b42f06ef28638.zip |
Fix small typo in X509v3_get_ext_by_NID() man page
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18124)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man3/X509v3_get_ext_by_NID.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/X509v3_get_ext_by_NID.pod b/doc/man3/X509v3_get_ext_by_NID.pod index 8a05a1e528..ea47df488d 100644 --- a/doc/man3/X509v3_get_ext_by_NID.pod +++ b/doc/man3/X509v3_get_ext_by_NID.pod @@ -124,7 +124,7 @@ X509v3_get_ext(), X509v3_delete_ext() and X509_delete_ext() return an B<X509_EXTENSION> pointer or B<NULL> if an error occurs. X509v3_get_ext_by_NID() X509v3_get_ext_by_OBJ() and -X509v3_get_ext_by_critical() return the an extension index or B<-1> if an +X509v3_get_ext_by_critical() return the extension index or B<-1> if an error occurs. X509v3_add_ext() returns a stack of extensions or B<NULL> on error. |