diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-05-14 06:57:11 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-05-14 06:57:11 +0000 |
commit | 9f0c8f3dd4ae6be494873dcd0b81dc468ff10c05 (patch) | |
tree | 4b81965eb15145f0b60a7c3a6e3ec6052dc1c6e9 /lib | |
parent | f843091c26a8d8cd5c369df4ee1ab6fa5c6f0191 (diff) |
Fix last sentence of CAVEATS which I got the wrong way around
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/X509V3_EXT_get_nid.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libcrypto/man/X509V3_EXT_get_nid.3 b/lib/libcrypto/man/X509V3_EXT_get_nid.3 index b4a3bca2949..2b73f5bbc06 100644 --- a/lib/libcrypto/man/X509V3_EXT_get_nid.3 +++ b/lib/libcrypto/man/X509V3_EXT_get_nid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.3 2024/05/12 15:26:46 tb Exp $ +.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.4 2024/05/14 06:57:10 tb Exp $ .\" .\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 12 2024 $ +.Dd $Mdocdate: May 14 2024 $ .Dt X509V3_EXT_GET_NID 3 .Os .Sh NAME @@ -88,5 +88,4 @@ Other implementations have incomplete support for custom extension methods, whose API is not threadsafe, does not affect the behavior of .Xr X509_verify_cert 3 , and has various other surprising quirks. -If custom extensions were added, both functions will prefer them -over built-in methods. +Both functions prefer built-in methods over custom methods with the same OID. |