diff options
author | tb <> | 2024-05-12 15:24:21 +0000 |
---|---|---|
committer | tb <> | 2024-05-12 15:24:21 +0000 |
commit | 55a1f939dc3250bc33e041f82c6b5325fe7e38bd (patch) | |
tree | e91f0a8252dc7dc0c4cf16c935dece4b7153fcdc /src | |
parent | cbad12f258572c3efe472bd3bd3191912a0d680e (diff) | |
download | openbsd-55a1f939dc3250bc33e041f82c6b5325fe7e38bd.tar.gz openbsd-55a1f939dc3250bc33e041f82c6b5325fe7e38bd.tar.bz2 openbsd-55a1f939dc3250bc33e041f82c6b5325fe7e38bd.zip |
Remove a 'built-in' that was left in by accident
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509V3_EXT_get_nid.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509V3_EXT_get_nid.3 b/src/lib/libcrypto/man/X509V3_EXT_get_nid.3 index 657db0e61e..d9ff9d7c7e 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.1 2024/05/12 11:49:47 tb Exp $ | 1 | .\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.2 2024/05/12 15:24:21 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -56,7 +56,7 @@ or | |||
56 | if there is none. | 56 | if there is none. |
57 | .Pp | 57 | .Pp |
58 | .Fn X509V3_EXT_get | 58 | .Fn X509V3_EXT_get |
59 | returns the built-in | 59 | returns the |
60 | .Vt X509V3_EXT_METHOD | 60 | .Vt X509V3_EXT_METHOD |
61 | associated with the extension type of | 61 | associated with the extension type of |
62 | .Fa ext , | 62 | .Fa ext , |