Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.c
[openssl.git] / Configure
index b30b57f209b69fa28247caf31d1c29ffb11c23ab..3604ba4f73eaed8b89d8b4bb4dc7ac6c78a55bee 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1126,6 +1126,9 @@ unless ($disabled{asm}) {
        push @{$config{defines}}, "SHA256_ASM" if ($target{sha1_asm_src} =~ /sha256/);
        push @{$config{defines}}, "SHA512_ASM" if ($target{sha1_asm_src} =~ /sha512/);
     }
+    if ($target{rc4_asm_src} ne $table{DEFAULTS}->{rc4_asm_src}) {
+       push @{$config{defines}}, "RC4_ASM";
+    }
     if ($target{md5_asm_src}) {
        push @{$config{defines}}, "MD5_ASM";
     }