From 081f318ce35fe17b57ed9584e47fdf6190b58423 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 27 Apr 2014 20:38:39 +0000 Subject: typo in comment --- src/lib/libcrypto/cmac/cmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/cmac/cmac.c') diff --git a/src/lib/libcrypto/cmac/cmac.c b/src/lib/libcrypto/cmac/cmac.c index 81188c8f5a..1f712ef544 100644 --- a/src/lib/libcrypto/cmac/cmac.c +++ b/src/lib/libcrypto/cmac/cmac.c @@ -266,7 +266,7 @@ int CMAC_resume(CMAC_CTX *ctx) /* The buffer "tbl" containes the last fully encrypted block * which is the last IV (or all zeroes if no last encrypted block). * The last block has not been modified since CMAC_final(). - * So reinitliasing using the last decrypted block will allow + * So reinitialising using the last decrypted block will allow * CMAC to continue after calling CMAC_Final(). */ return EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, ctx->tbl); -- cgit v1.2.3-55-g6feb