summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/man/CMAC_Init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/CMAC_Init.3 b/src/lib/libcrypto/man/CMAC_Init.3
index 79f8c88838..a938c0db64 100644
--- a/src/lib/libcrypto/man/CMAC_Init.3
+++ b/src/lib/libcrypto/man/CMAC_Init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMAC_Init.3,v 1.3 2020/08/06 15:40:29 schwarze Exp $ 1.\" $OpenBSD: CMAC_Init.3,v 1.4 2020/08/06 22:17:49 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -192,7 +192,7 @@ allows the user to subsequently append additional data with
192.Fn CMAC_Update . 192.Fn CMAC_Update .
193Otherwise, unless 193Otherwise, unless
194.Fn CMAC_Init 194.Fn CMAC_Init
195is called to start over from scratch, 195is called to start from scratch,
196.Fn CMAC_Update 196.Fn CMAC_Update
197can no longer be used after 197can no longer be used after
198.Fn CMAC_Final . 198.Fn CMAC_Final .