From ded0457dd6ea2e0a30e94fad792130d085e54c85 Mon Sep 17 00:00:00 2001
From: jmc <>
Date: Sun, 26 Jan 2020 08:00:31 +0000
Subject: tweak previous; ok tb

---
 src/lib/libcrypto/man/EVP_EncryptInit.3 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3
index 2cf9150597..7f9428d174 100644
--- a/src/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/src/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
-- 
cgit v1.2.3-55-g6feb