summaryrefslogtreecommitdiff
path: root/test/rc4test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rc4test.c')
-rw-r--r--test/rc4test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/rc4test.c b/test/rc4test.c
index 68f1641180..7de091c3bd 100644
--- a/test/rc4test.c
+++ b/test/rc4test.c
@@ -120,12 +120,6 @@ 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]));
memset(obuf, 0, sizeof(obuf));