diff options
Diffstat (limited to 'src/lib/libcrypto/man/OBJ_find_sigid_algs.3')
-rw-r--r-- | src/lib/libcrypto/man/OBJ_find_sigid_algs.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/OBJ_find_sigid_algs.3 b/src/lib/libcrypto/man/OBJ_find_sigid_algs.3 index 1d7a2b649b..4c071c6c76 100644 --- a/src/lib/libcrypto/man/OBJ_find_sigid_algs.3 +++ b/src/lib/libcrypto/man/OBJ_find_sigid_algs.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OBJ_find_sigid_algs.3,v 1.2 2024/01/31 08:02:53 tb Exp $ | 1 | .\" $OpenBSD: OBJ_find_sigid_algs.3,v 1.4 2025/06/09 12:42:46 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@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: January 31 2024 $ | 17 | .Dd $Mdocdate: June 9 2025 $ |
18 | .Dt OBJ_FIND_SIGID_ALGS 3 | 18 | .Dt OBJ_FIND_SIGID_ALGS 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -22,6 +22,7 @@ | |||
22 | .Nm OBJ_find_sigid_by_algs | 22 | .Nm OBJ_find_sigid_by_algs |
23 | .Nd signature algorithm mappings | 23 | .Nd signature algorithm mappings |
24 | .Sh SYNOPSIS | 24 | .Sh SYNOPSIS |
25 | .Lb libcrypto | ||
25 | .In openssl/objects.h | 26 | .In openssl/objects.h |
26 | .Ft int | 27 | .Ft int |
27 | .Fo OBJ_find_sigid_algs | 28 | .Fo OBJ_find_sigid_algs |
@@ -80,7 +81,6 @@ and | |||
80 | algorithms is defined or 0 if the definition of such an algorithm | 81 | algorithms is defined or 0 if the definition of such an algorithm |
81 | is not built into the library. | 82 | is not built into the library. |
82 | .Sh SEE ALSO | 83 | .Sh SEE ALSO |
83 | .Xr EVP_cleanup 3 , | ||
84 | .Xr OBJ_create 3 , | 84 | .Xr OBJ_create 3 , |
85 | .Xr OBJ_nid2obj 3 | 85 | .Xr OBJ_nid2obj 3 |
86 | .Sh HISTORY | 86 | .Sh HISTORY |