diff options
Diffstat (limited to 'src/lib/libcrypto/man/DES_set_key.3')
-rw-r--r-- | src/lib/libcrypto/man/DES_set_key.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/DES_set_key.3 b/src/lib/libcrypto/man/DES_set_key.3 index da58957d36..e74c7c5e48 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.14 2019/06/06 01:06:58 schwarze Exp $ | 1 | .\" $OpenBSD: DES_set_key.3,v 1.15 2022/03/31 17:27:16 naddy 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: June 6 2019 $ | 118 | .Dd $Mdocdate: March 31 2022 $ |
119 | .Dt DES_SET_KEY 3 | 119 | .Dt DES_SET_KEY 3 |
120 | .Os | 120 | .Os |
121 | .Sh NAME | 121 | .Sh NAME |
@@ -747,7 +747,7 @@ If set to | |||
747 | .Dv DES_PCBC_MODE | 747 | .Dv DES_PCBC_MODE |
748 | (the default), DES_pcbc_encrypt is used. | 748 | (the default), DES_pcbc_encrypt is used. |
749 | If set to | 749 | If set to |
750 | .Dv DES_CBC_MODE | 750 | .Dv DES_CBC_MODE , |
751 | DES_cbc_encrypt is used. | 751 | DES_cbc_encrypt is used. |
752 | .Sh RETURN VALUES | 752 | .Sh RETURN VALUES |
753 | .Fn DES_set_key , | 753 | .Fn DES_set_key , |