diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-02-04 00:55:53 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-02-04 00:55:53 +0000 |
commit | ecf41d915222b4c177bf12c35ba5143748fade67 (patch) | |
tree | f46d285ec1a560d525a98f7579e954d708af359f /lib | |
parent | b11c8aa81cdeaf0823f628ce08ea936caa71d2a9 (diff) |
Fix capitalization of ChaCha20
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/crypto.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/crypto.3 b/lib/libcrypto/man/crypto.3 index 4c658d08305..f809347a6bc 100644 --- a/lib/libcrypto/man/crypto.3 +++ b/lib/libcrypto/man/crypto.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.3,v 1.27 2021/12/31 22:40:40 jsg Exp $ +.\" $OpenBSD: crypto.3,v 1.28 2022/02/04 00:55:52 tb Exp $ .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 .\" .\" This file is a derived work. @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 31 2021 $ +.Dd $Mdocdate: February 4 2022 $ .Dt CRYPTO 3 .Os .Sh NAME @@ -80,7 +80,7 @@ implementations of TLS and S/MIME, and they have also been used to implement SSH, OpenPGP, and other cryptographic standards. .Pp .Sy Symmetric ciphers -including AES, Blowfish, CAST, Chacha20, IDEA, DES, RC2, and RC4 +including AES, Blowfish, CAST, ChaCha20, IDEA, DES, RC2, and RC4 are provided by the generic interface .Xr EVP_EncryptInit 3 . Low-level stand-alone interfaces include |