summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-01-26 08:00:31 +0000
committerjmc <jmc@openbsd.org>2020-01-26 08:00:31 +0000
commit63ecb6bb12d9badbbaf9f408eda4a082876c446c (patch)
tree7b6c9c12fdcf0cde5f8fda4bbb166d98d247ce30 /lib
parenttypo (diff)
downloadwireguard-openbsd-63ecb6bb12d9badbbaf9f408eda4a082876c446c.tar.xz
wireguard-openbsd-63ecb6bb12d9badbbaf9f408eda4a082876c446c.zip
tweak previous; ok tb
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/man/EVP_EncryptInit.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/EVP_EncryptInit.3 b/lib/libcrypto/man/EVP_EncryptInit.3
index 2cf9150597a..7f9428d174b 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.38 2020/01/26 07:36:43 tb Exp $
+.\" $OpenBSD: EVP_EncryptInit.3,v 1.39 2020/01/26 08:00: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
@@ -1030,8 +1030,8 @@ implemented as a macro.
.It Fn EVP_chacha20
The ChaCha20 stream cipher.
The key length is 256 bits.
-The first 32 bit of the 128 bit IV are used as a counter,
-the remaining 96 bit as a nonce.
+The first 32 bits of the 128-bit IV are used as a counter,
+and the remaining 96 bits as a nonce.
.El
.Pp
See also