e_rc4_hmac_md5.c: reapply commit#21726, which was erroneously omitted [from 1.0.1].

PR: 2797, 2792
This commit is contained in:
Andy Polyakov 2012-04-20 21:45:21 +00:00
parent bc2c8efc80
commit 6ca7af9ec0

View file

@ -103,7 +103,8 @@ static int rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx,
#if !defined(OPENSSL_NO_ASM) && ( \
defined(__x86_64) || defined(__x86_64__) || \
defined(_M_AMD64) || defined(_M_X64) || \
defined(__INTEL__) )
defined(__INTEL__) ) && \
!(defined(__APPLE__) && defined(__MACH__))
#define STITCHED_CALL
#endif