summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-02-04 00:55:52 +0000
committertb <>2022-02-04 00:55:52 +0000
commit73cd197971bbb4f1ca8aa8c36ca700b165ccea35 (patch)
treeb7cf376aabfda9be48e93c25ac5fda3545460c84
parenteb9284b949eb0170748115a210715c9899e1b1ea (diff)
downloadopenbsd-73cd197971bbb4f1ca8aa8c36ca700b165ccea35.tar.gz
openbsd-73cd197971bbb4f1ca8aa8c36ca700b165ccea35.tar.bz2
openbsd-73cd197971bbb4f1ca8aa8c36ca700b165ccea35.zip
Fix capitalization of ChaCha20
-rw-r--r--src/lib/libcrypto/man/crypto.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3
index 4c658d0830..f809347a6b 100644
--- a/src/lib/libcrypto/man/crypto.3
+++ b/src/lib/libcrypto/man/crypto.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: crypto.3,v 1.27 2021/12/31 22:40:40 jsg Exp $ 1.\" $OpenBSD: crypto.3,v 1.28 2022/02/04 00:55:52 tb Exp $
2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: December 31 2021 $ 69.Dd $Mdocdate: February 4 2022 $
70.Dt CRYPTO 3 70.Dt CRYPTO 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -80,7 +80,7 @@ implementations of TLS and S/MIME, and they have also been used to
80implement SSH, OpenPGP, and other cryptographic standards. 80implement SSH, OpenPGP, and other cryptographic standards.
81.Pp 81.Pp
82.Sy Symmetric ciphers 82.Sy Symmetric ciphers
83including AES, Blowfish, CAST, Chacha20, IDEA, DES, RC2, and RC4 83including AES, Blowfish, CAST, ChaCha20, IDEA, DES, RC2, and RC4
84are provided by the generic interface 84are provided by the generic interface
85.Xr EVP_EncryptInit 3 . 85.Xr EVP_EncryptInit 3 .
86Low-level stand-alone interfaces include 86Low-level stand-alone interfaces include