From 6a828b7a8e313cc3343d266e55fd26252be15737 Mon Sep 17 00:00:00 2001
From: Andy Polyakov <appro@openssl.org>
Date: Sat, 12 Nov 2011 13:37:20 +0000
Subject: [PATCH] rc4test.c: commit#21684 broke x86_64 shared Linux build. This
 is temporary solution so that one can build rc4test...

---
 crypto/rc4/rc4test.c | 2 ++
 1 file changed, 2 insertions(+)

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