summaryrefslogtreecommitdiffstats
path: root/crypto/rc4/rc4test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc4/rc4test.c')
-rw-r--r--crypto/rc4/rc4test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rc4/rc4test.c b/crypto/rc4/rc4test.c
index f3f8c92800..d689f70334 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)
OPENSSL_cpuid_setup();
+#endif
for (i=0; i<6; i++)
{