diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-07-24 16:38:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-07-24 16:38:48 +0000 |
commit | 2d058c50ac7ec864eaf72e83562a40445b493e59 (patch) | |
tree | 8c3e2dd2fe2f0a24f5072fda9e4bb121d77e0b13 | |
parent | bffeb20a151e7d5a857d3ca3d06c8b702b727c10 (diff) |
tweak previous;
-rw-r--r-- | lib/libcrypto/man/CMAC_Init.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/CMAC_Init.3 b/lib/libcrypto/man/CMAC_Init.3 index 55196b32131..667ce1dce22 100644 --- a/lib/libcrypto/man/CMAC_Init.3 +++ b/lib/libcrypto/man/CMAC_Init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMAC_Init.3,v 1.1 2020/06/24 16:06:27 schwarze Exp $ +.\" $OpenBSD: CMAC_Init.3,v 1.2 2020/07/24 16:38:47 jmc Exp $ .\" .\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 24 2020 $ +.Dd $Mdocdate: July 24 2020 $ .Dt CMAC_INIT 3 .Os .Sh NAME @@ -105,7 +105,7 @@ selects the given block .Fa cipher for use by .Fa ctx . -Funtions to obtain suitable +Functions to obtain suitable .Vt EVP_CIPHER objects are listed in the CIPHER LISTING section of the .Xr EVP_Cipher 3 @@ -188,7 +188,7 @@ Calling .Fn CMAC_resume after .Fn CMAC_Final -allows to subsequently append additional data with +subsequently appends additional data with .Fn CMAC_Update . .Pp .Fn CMAC_CTX_copy |