From 46d085096c6ead624c61e4b8b301421301511e64 Mon Sep 17 00:00:00 2001 From: agnosticdev Date: Thu, 20 Sep 2018 05:23:27 -0500 Subject: typo-fixes: miscellaneous typo fixes Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7277) --- crypto/evp/e_aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/evp/e_aes.c') diff --git a/crypto/evp/e_aes.c b/crypto/evp/e_aes.c index f81ad66029..0901196e06 100644 --- a/crypto/evp/e_aes.c +++ b/crypto/evp/e_aes.c @@ -2255,7 +2255,7 @@ static int s390x_aes_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, if (!cctx->aes.ccm.len_set) { /*- - * In case message length was not previously set explicitely via + * In case message length was not previously set explicitly via * Update(), set it now. */ ivec = EVP_CIPHER_CTX_iv_noconst(ctx); -- cgit v1.2.1