X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fe_aes_cbc_hmac_sha1.c;h=9e393f0b88a774b1aa300467c900a18925e9ee84;hp=f6450f399601c51a50ed149f117267d8322ad7ab;hb=24fd8541d47a46052b975db98b465faa7e4d898c;hpb=4a8b0c55c0b149a266b4ec61ef643027b6408475 diff --git a/crypto/evp/e_aes_cbc_hmac_sha1.c b/crypto/evp/e_aes_cbc_hmac_sha1.c index f6450f3996..9e393f0b88 100644 --- a/crypto/evp/e_aes_cbc_hmac_sha1.c +++ b/crypto/evp/e_aes_cbc_hmac_sha1.c @@ -7,17 +7,16 @@ * https://www.openssl.org/source/license.html */ -#include - #include #include - +#include #include #include #include #include #include -#include "modes_lcl.h" +#include "internal/cryptlib.h" +#include "internal/modes_int.h" #include "internal/evp_int.h" #include "internal/constant_time_locl.h" @@ -37,7 +36,6 @@ typedef struct { defined(__x86_64) || defined(__x86_64__) || \ defined(_M_AMD64) || defined(_M_X64) ) -extern unsigned int OPENSSL_ia32cap_P[]; # define AESNI_CAPABLE (1<<(57-32)) int aesni_set_encrypt_key(const unsigned char *userKey, int bits,