diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/DES_set_key.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/DES_set_key.3 b/src/lib/libcrypto/man/DES_set_key.3 index fd09d77730..3794285006 100644 --- a/src/lib/libcrypto/man/DES_set_key.3 +++ b/src/lib/libcrypto/man/DES_set_key.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DES_set_key.3,v 1.17 2024/05/24 19:18:07 tb Exp $ | 1 | .\" $OpenBSD: DES_set_key.3,v 1.18 2025/06/08 22:40:29 schwarze Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL man3/DES_random_key 521738e9 Oct 5 14:58:30 2018 -0400 | 3 | .\" OpenSSL man3/DES_random_key 521738e9 Oct 5 14:58:30 2018 -0400 |
4 | .\" | 4 | .\" |
@@ -115,7 +115,7 @@ | |||
115 | .\" copied and put under another distribution licence | 115 | .\" copied and put under another distribution licence |
116 | .\" [including the GNU Public Licence.] | 116 | .\" [including the GNU Public Licence.] |
117 | .\" | 117 | .\" |
118 | .Dd $Mdocdate: May 24 2024 $ | 118 | .Dd $Mdocdate: June 8 2025 $ |
119 | .Dt DES_SET_KEY 3 | 119 | .Dt DES_SET_KEY 3 |
120 | .Os | 120 | .Os |
121 | .Sh NAME | 121 | .Sh NAME |
@@ -151,6 +151,7 @@ | |||
151 | .Nm DES_crypt | 151 | .Nm DES_crypt |
152 | .Nd DES encryption | 152 | .Nd DES encryption |
153 | .Sh SYNOPSIS | 153 | .Sh SYNOPSIS |
154 | .Lb libcrypto | ||
154 | .In openssl/des.h | 155 | .In openssl/des.h |
155 | .Ft void | 156 | .Ft void |
156 | .Fo DES_random_key | 157 | .Fo DES_random_key |