Commit 6a828b7a authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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

solution so that one can build rc4test...
parent 32268b18
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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++)
		{