diff options
author | schwarze <> | 2020-08-06 22:17:49 +0000 |
---|---|---|
committer | schwarze <> | 2020-08-06 22:17:49 +0000 |
commit | ad80f89c979f67100839da48dfd0910c6039ad62 (patch) | |
tree | 4d988c613433dd72c881cfea6794bfd3562adc22 | |
parent | 0d60cc36d75fe570b014800800b275a6b603296d (diff) | |
download | openbsd-ad80f89c979f67100839da48dfd0910c6039ad62.tar.gz openbsd-ad80f89c979f67100839da48dfd0910c6039ad62.tar.bz2 openbsd-ad80f89c979f67100839da48dfd0910c6039ad62.zip |
delete another word to improve the wording; suggested by jmc@
-rw-r--r-- | src/lib/libcrypto/man/CMAC_Init.3 | 4 |
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 . |
193 | Otherwise, unless | 193 | Otherwise, unless |
194 | .Fn CMAC_Init | 194 | .Fn CMAC_Init |
195 | is called to start over from scratch, | 195 | is called to start from scratch, |
196 | .Fn CMAC_Update | 196 | .Fn CMAC_Update |
197 | can no longer be used after | 197 | can no longer be used after |
198 | .Fn CMAC_Final . | 198 | .Fn CMAC_Final . |