rc4test.c: commit#21684 broke x86_64 shared Linux build. This is temporary
authorAndy Polyakov <appro@openssl.org>
Sat, 12 Nov 2011 13:37:20 +0000 (13:37 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 12 Nov 2011 13:37:20 +0000 (13:37 +0000)
solution so that one can build rc4test...

crypto/rc4/rc4test.c

index f3f8c92800f0a7efbe7cd024e3936499cf52c109..d689f70334fd4e2f87852bce68624d26c8a23c9c 100644 (file)
@@ -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++)
                {