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:
parent
32268b183f
commit
6a828b7a8e
@ -121,7 +121,9 @@ int main(int argc, char *argv[])
|
|||||||
RC4_KEY key;
|
RC4_KEY key;
|
||||||
unsigned char obuf[512];
|
unsigned char obuf[512];
|
||||||
|
|
||||||
|
#if !defined(OPENSSL_PIC)
|
||||||
OPENSSL_cpuid_setup();
|
OPENSSL_cpuid_setup();
|
||||||
|
#endif
|
||||||
|
|
||||||
for (i=0; i<6; i++)
|
for (i=0; i<6; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user