diff options
author | 2021-01-05 06:51:31 +0000 | |
---|---|---|
committer | 2021-01-05 06:51:31 +0000 | |
commit | ce7b7da648d18d5ce1ed47f8847d2573bccc7909 (patch) | |
tree | d9348e40f22c108a0012095d33e106e8f1ada0f3 /lib | |
parent | the tx doorbell is next to the rx doorbell, not on top of it. (diff) | |
download | wireguard-openbsd-ce7b7da648d18d5ce1ed47f8847d2573bccc7909.tar.xz wireguard-openbsd-ce7b7da648d18d5ce1ed47f8847d2573bccc7909.zip |
double word fix; from martin vahlensieck
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/EVP_DigestInit.3 | 6 | ||||
-rw-r--r-- | lib/libcrypto/man/EVP_EncryptInit.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/man/EVP_DigestInit.3 b/lib/libcrypto/man/EVP_DigestInit.3 index d8f452fe4c2..ca36ece5fb4 100644 --- a/lib/libcrypto/man/EVP_DigestInit.3 +++ b/lib/libcrypto/man/EVP_DigestInit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_DigestInit.3,v 1.19 2020/06/24 16:06:27 schwarze Exp $ +.\" $OpenBSD: EVP_DigestInit.3,v 1.20 2021/01/05 06:51:31 jmc Exp $ .\" full merge up to: OpenSSL 7f572e95 Dec 2 13:57:04 2015 +0000 .\" selective merge up to: OpenSSL a95d7574 Jul 2 12:16:38 2017 -0400 .\" @@ -68,7 +68,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 24 2020 $ +.Dd $Mdocdate: January 5 2021 $ .Dt EVP_DIGESTINIT 3 .Os .Sh NAME @@ -286,7 +286,7 @@ is a deprecated function to clear a digest context on the stack before use. Do not use it on a digest context returned from .Fn EVP_MD_CTX_new -or one one that was already used. +or one that was already used. .Pp .Fn EVP_MD_CTX_create , .Fn EVP_MD_CTX_cleanup , diff --git a/lib/libcrypto/man/EVP_EncryptInit.3 b/lib/libcrypto/man/EVP_EncryptInit.3 index 645f7a7cd27..bcfe2360388 100644 --- a/lib/libcrypto/man/EVP_EncryptInit.3 +++ b/lib/libcrypto/man/EVP_EncryptInit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_EncryptInit.3,v 1.40 2020/12/03 22:47:21 jmc Exp $ +.\" $OpenBSD: EVP_EncryptInit.3,v 1.41 2021/01/05 06:51:31 jmc Exp $ .\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 .\" EVP_bf_cbc.pod EVP_cast5_cbc.pod EVP_idea_cbc.pod EVP_rc2_cbc.pod .\" 7c6d372a Nov 20 13:20:01 2018 +0000 @@ -71,7 +71,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 3 2020 $ +.Dd $Mdocdate: January 5 2021 $ .Dt EVP_ENCRYPTINIT 3 .Os .Sh NAME @@ -454,7 +454,7 @@ is a deprecated function to clear a cipher context on the stack before use. Do not use it on a cipher context returned from .Fn EVP_CIPHER_CTX_new -or one one that was already used. +or one that was already used. .Pp .Fn EVP_CIPHER_CTX_free clears all information from |