X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fe_rc4_hmac_md5.c;h=d22abbb325c66d7701435c4b797b532a6604a5d7;hp=7ff08cb50d2edfa4cdd84d660471890cd69cf64a;hb=dd6b270618b8f43009999e45ad6dd03ca50bbe54;hpb=e3a0d367299ee9f384ef912c644dbb5ef195798d diff --git a/crypto/evp/e_rc4_hmac_md5.c b/crypto/evp/e_rc4_hmac_md5.c index 7ff08cb50d..d22abbb325 100644 --- a/crypto/evp/e_rc4_hmac_md5.c +++ b/crypto/evp/e_rc4_hmac_md5.c @@ -51,7 +51,7 @@ static int rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx, return 1; } -# if defined(RC4_ASM) && defined(MD5_ASM) && ( \ +# if defined(RC4_ASM) && defined(MD5_ASM) && ( \ defined(__x86_64) || defined(__x86_64__) || \ defined(_M_AMD64) || defined(_M_X64) ) # define STITCHED_CALL