summaryrefslogtreecommitdiffstats
path: root/crypto/rc4
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-15 12:32:18 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-15 12:32:18 +0000
commitdce7f142a60a0318054be6a0d838a21af3f4c97f (patch)
tree69acf9f1cdb14437d792813c7b8fcbf143cc6f92 /crypto/rc4
parent77aae9654f05cd37d440af95e0ffbe29ba8cee12 (diff)
Configure: reimplement commit#21695.
Diffstat (limited to 'crypto/rc4')
-rw-r--r--crypto/rc4/rc4test.c4
1 files changed, 3 insertions, 1 deletions
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