Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.c
[openssl.git] / crypto / evp / e_rc4_hmac_md5.c
index 832daef1789cbdd6cabb337c716d8736bc87f1ca..e7aa1f86adbf7e84246f11c3f4f6db980946978c 100644 (file)
@@ -60,7 +60,7 @@ static int rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx,
     return 1;
 }
 
-# if     !defined(OPENSSL_NO_ASM) &&     ( \
+# if     defined(RC4_ASM) && defined(MD5_ASM) &&     (    \
         defined(__x86_64)       || defined(__x86_64__)  || \
         defined(_M_AMD64)       || defined(_M_X64)      )
 #  define STITCHED_CALL