summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-12-20 08:51:56 +0000
committertb <>2025-12-20 08:51:56 +0000
commit7c469809b7d6b2ba84cd1c79621eccf137404085 (patch)
tree4c415a9628480b39475a8d3e84c244cd8bfcab71 /src
parent6c4ae1b16cce99200bfa5d25d54de647709afe21 (diff)
downloadopenbsd-7c469809b7d6b2ba84cd1c79621eccf137404085.tar.gz
openbsd-7c469809b7d6b2ba84cd1c79621eccf137404085.tar.bz2
openbsd-7c469809b7d6b2ba84cd1c79621eccf137404085.zip
These function -> These functions
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/AES_encrypt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/AES_encrypt.3 b/src/lib/libcrypto/man/AES_encrypt.3
index 4ceece648e..0a3c63dce2 100644
--- a/src/lib/libcrypto/man/AES_encrypt.3
+++ b/src/lib/libcrypto/man/AES_encrypt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: AES_encrypt.3,v 1.2 2025/06/08 22:40:29 schwarze Exp $ 1.\" $OpenBSD: AES_encrypt.3,v 1.3 2025/12/20 08:51:56 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: June 8 2025 $ 17.Dd $Mdocdate: December 20 2025 $
18.Dt AES_ENCRYPT 3 18.Dt AES_ENCRYPT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -61,7 +61,7 @@
61.Fa "const int enc" 61.Fa "const int enc"
62.Fc 62.Fc
63.Sh DESCRIPTION 63.Sh DESCRIPTION
64These function provide a low-level interface to the AES symmetric 64These functions provide a low-level interface to the AES symmetric
65cipher algorithm, also called Rijndael. 65cipher algorithm, also called Rijndael.
66For reasons of flexibility, it is recommended that application 66For reasons of flexibility, it is recommended that application
67programs use the high-level interface described in 67programs use the high-level interface described in