rc4test.c: commit#21684 broke x86_64 shared Linux build. This is temporary

solution so that one can build rc4test...
This commit is contained in:
Andy Polyakov 2011-11-12 13:37:20 +00:00
parent 32268b183f
commit 6a828b7a8e

View 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++)
{