X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fe_aes.c;h=6191680097e6266c0a0159353165ab5d3a35534f;hp=daa84d78554d495fc9dd49b101f1f739f5425956;hb=0d4fb8439092ff8253af72ac6bc193e77ebbcf2f;hpb=2b52de9a37422058bdd9f292e507cbd4f577d52e diff --git a/crypto/evp/e_aes.c b/crypto/evp/e_aes.c index daa84d7855..6191680097 100644 --- a/crypto/evp/e_aes.c +++ b/crypto/evp/e_aes.c @@ -605,7 +605,7 @@ void aes_t4_decrypt(const unsigned char *in, unsigned char *out, * non-key-length specific routines would require conditional branches * either in inner loops or on subroutines' entries. Former is hardly * acceptable, while latter means code size increase to size occupied - * by multiple key-length specfic subroutines, so why fight? + * by multiple key-length specific subroutines, so why fight? */ void aes128_t4_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len, const AES_KEY *key,