X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frc4%2Frc4test.c;h=4312605ccbca8dbcac4c3cecf6d62e99baff36ac;hp=633a79e75890f290b1dc5851dc1c06df6393a696;hb=cd7b854bbbfe368f09204bee105551e7f25a707c;hpb=aecc0756e8ba3b8ea678f3bcdee84d89a0f88a91 diff --git a/crypto/rc4/rc4test.c b/crypto/rc4/rc4test.c index 633a79e758..4312605ccb 100644 --- a/crypto/rc4/rc4test.c +++ b/crypto/rc4/rc4test.c @@ -120,6 +120,12 @@ int main(int argc, char *argv[]) RC4_KEY key; unsigned char obuf[512]; +#if !defined(OPENSSL_PIC) + void OPENSSL_cpuid_setup(void); + + OPENSSL_cpuid_setup(); +#endif + for (i=0; i<6; i++) { RC4_set_key(&key,keys[i][0],&(keys[i][1]));