From: Andy Polyakov Date: Sat, 12 Nov 2011 13:37:20 +0000 (+0000) Subject: rc4test.c: commit#21684 broke x86_64 shared Linux build. This is temporary X-Git-Tag: master-post-reformat~2090 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6a828b7a8e313cc3343d266e55fd26252be15737;p=oweals%2Fopenssl.git rc4test.c: commit#21684 broke x86_64 shared Linux build. This is temporary solution so that one can build rc4test... --- diff --git a/crypto/rc4/rc4test.c b/crypto/rc4/rc4test.c index f3f8c92800..d689f70334 100644 --- a/crypto/rc4/rc4test.c +++ b/crypto/rc4/rc4test.c @@ -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++) {