diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-12-22 14:37:12 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-12-29 10:12:05 +0100 |
commit | 164a541b9384cf4f2bee84c2b9b9feede6d65cca (patch) | |
tree | ecee6e0816acd80ba14ec29f986f85a4015bd5c2 /crypto/evp | |
parent | md5: add assembly implementation for loongarch64 (diff) | |
download | openssl-164a541b9384cf4f2bee84c2b9b9feede6d65cca.tar.xz openssl-164a541b9384cf4f2bee84c2b9b9feede6d65cca.zip |
Fix new typos found by codespell
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23133)
Diffstat (limited to 'crypto/evp')
-rw-r--r-- | crypto/evp/evp_enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c index a199529712..c289b2f7b0 100644 --- a/crypto/evp/evp_enc.c +++ b/crypto/evp/evp_enc.c @@ -253,7 +253,7 @@ static int evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, memcpy(q++, p, sizeof(*q)); /* - * Note that OSSL_CIPHER_PARAM_AEAD_IVLEN is a synomym for + * Note that OSSL_CIPHER_PARAM_AEAD_IVLEN is a synonym for * OSSL_CIPHER_PARAM_IVLEN so both are covered here. */ p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_IVLEN); |