summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2020-08-06 22:17:49 +0000
committerschwarze <>2020-08-06 22:17:49 +0000
commit473861658bf10d1929b736546bd3a38077a52103 (patch)
tree4d988c613433dd72c881cfea6794bfd3562adc22 /src
parentc735b1c330ecf954f5ea8a8c897d97d66314fa34 (diff)
downloadopenbsd-473861658bf10d1929b736546bd3a38077a52103.tar.gz
openbsd-473861658bf10d1929b736546bd3a38077a52103.tar.bz2
openbsd-473861658bf10d1929b736546bd3a38077a52103.zip
delete another word to improve the wording; suggested by jmc@
Diffstat (limited to 'src')
-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 .