diff options
author | jsg <> | 2024-12-18 04:15:48 +0000 |
---|---|---|
committer | jsg <> | 2024-12-18 04:15:48 +0000 |
commit | 6f00c9b50bc96ad2ab64896c2b80884cf043ec18 (patch) | |
tree | 456f2afa7a8e3009e2d424be61c1ef8d3551d431 /src | |
parent | 3ffb29eb7d7c39a5372f935d9d484159fb66771a (diff) | |
download | openbsd-6f00c9b50bc96ad2ab64896c2b80884cf043ec18.tar.gz openbsd-6f00c9b50bc96ad2ab64896c2b80884cf043ec18.tar.bz2 openbsd-6f00c9b50bc96ad2ab64896c2b80884cf043ec18.zip |
kength -> length
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/RC2_encrypt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RC2_encrypt.3 b/src/lib/libcrypto/man/RC2_encrypt.3 index a9edbd0301..a90e0f574b 100644 --- a/src/lib/libcrypto/man/RC2_encrypt.3 +++ b/src/lib/libcrypto/man/RC2_encrypt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: RC2_encrypt.3,v 1.1 2024/12/07 19:22:15 schwarze Exp $ | 1 | .\" $OpenBSD: RC2_encrypt.3,v 1.2 2024/12/18 04:15:48 jsg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2024 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2024 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: December 7 2024 $ | 17 | .Dd $Mdocdate: December 18 2024 $ |
18 | .Dt RC2_ENCRYPT 3 | 18 | .Dt RC2_ENCRYPT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -88,7 +88,7 @@ with an additional parameter called | |||
88 | .Dq effective key bits | 88 | .Dq effective key bits |
89 | or | 89 | or |
90 | .Dq effective key length . | 90 | .Dq effective key length . |
91 | The maximum effective key kength is 1024 bits. | 91 | The maximum effective key length is 1024 bits. |
92 | .Pp | 92 | .Pp |
93 | If using RC2 cannot be avoided, it is recommended that application | 93 | If using RC2 cannot be avoided, it is recommended that application |
94 | programs use the | 94 | programs use the |