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