summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/crypto.3
diff options
context:
space:
mode:
authorschwarze <>2020-06-24 17:00:38 +0000
committerschwarze <>2020-06-24 17:00:38 +0000
commit3567e55107118142b02eb08a87a1298951877be3 (patch)
tree98f1c89402251d8c4050718e99264826edb74efa /src/lib/libcrypto/man/crypto.3
parent3ecaa6869c66e0625873e061793893fe06d63dc7 (diff)
downloadopenbsd-3567e55107118142b02eb08a87a1298951877be3.tar.gz
openbsd-3567e55107118142b02eb08a87a1298951877be3.tar.bz2
openbsd-3567e55107118142b02eb08a87a1298951877be3.zip
new manual page ChaCha(3);
OK tb@
Diffstat (limited to 'src/lib/libcrypto/man/crypto.3')
-rw-r--r--src/lib/libcrypto/man/crypto.33
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3
index 9f29698e80..6e98f643de 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.24 2020/06/24 16:06:27 schwarze Exp $ 1.\" $OpenBSD: crypto.3,v 1.25 2020/06/24 17:00:38 schwarze 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 was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -69,6 +69,7 @@ are provided by the generic interface
69Low-level stand-alone interfaces include 69Low-level stand-alone interfaces include
70.Xr AES_encrypt 3 , 70.Xr AES_encrypt 3 ,
71.Xr BF_set_key 3 , 71.Xr BF_set_key 3 ,
72.Xr ChaCha 3 ,
72.Xr DES_set_key 3 , 73.Xr DES_set_key 3 ,
73and 74and
74.Xr RC4 3 . 75.Xr RC4 3 .