X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frc4%2Frc4test.c;h=dcee05ea74e10363d9b9907b368771bbffcde89a;hp=e800aa92566811dbd9876ad9ba4b5fb93de55a7f;hb=dce7f142a60a0318054be6a0d838a21af3f4c97f;hpb=77aae9654f05cd37d440af95e0ffbe29ba8cee12 diff --git a/crypto/rc4/rc4test.c b/crypto/rc4/rc4test.c index e800aa9256..dcee05ea74 100644 --- a/crypto/rc4/rc4test.c +++ b/crypto/rc4/rc4test.c @@ -121,7 +121,9 @@ int main(int argc, char *argv[]) RC4_KEY key; unsigned char obuf[512]; -#if !defined(OPENSSL_PIC) && !defined(__MACH__) +#if !defined(OPENSSL_PIC) + void OPENSSL_cpuid_setup(); + OPENSSL_cpuid_setup(); #endif