From: Andy Polyakov Date: Fri, 20 Apr 2012 21:45:17 +0000 (+0000) Subject: e_rc4_hmac_md5.c: reapply commit#21726, which was erroneously omitted. X-Git-Tag: OpenSSL_1_0_1b~10 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=0d829f66817b505494663f2b99bad16f3448a01b e_rc4_hmac_md5.c: reapply commit#21726, which was erroneously omitted. PR: 2797, 2792 --- diff --git a/crypto/evp/e_rc4_hmac_md5.c b/crypto/evp/e_rc4_hmac_md5.c index 649fcadd98..56563191ba 100644 --- a/crypto/evp/e_rc4_hmac_md5.c +++ b/crypto/evp/e_rc4_hmac_md5.c @@ -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