summaryrefslogtreecommitdiffstats
path: root/crypto/rc4
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-12 13:10:00 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-12 13:10:00 +0000
commitff6f9f96fd372bb4d05c08dea7d317026edf2e94 (patch)
treef34c1bfa5db3483b57830dc658fceffa6f4e8372 /crypto/rc4
parent4a5397fb68279702e6e0b20c514ff18713bdd38b (diff)
cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.
Diffstat (limited to 'crypto/rc4')
-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 a5e30ed96c..f3f8c92800 100644
--- a/crypto/rc4/rc4test.c
+++ b/crypto/rc4/rc4test.c
@@ -121,6 +121,8 @@ int main(int argc, char *argv[])
RC4_KEY key;
unsigned char obuf[512];
+ OPENSSL_cpuid_setup();
+
for (i=0; i<6; i++)
{
RC4_set_key(&key,keys[i][0],&(keys[i][1]));