projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32268b1
)
rc4test.c: commit#21684 broke x86_64 shared Linux build. This is temporary
author
Andy Polyakov
<appro@openssl.org>
Sat, 12 Nov 2011 13:37:20 +0000
(13:37 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 12 Nov 2011 13:37:20 +0000
(13:37 +0000)
solution so that one can build rc4test...
crypto/rc4/rc4test.c
patch
|
blob
|
history
diff --git
a/crypto/rc4/rc4test.c
b/crypto/rc4/rc4test.c
index f3f8c92800f0a7efbe7cd024e3936499cf52c109..d689f70334fd4e2f87852bce68624d26c8a23c9c 100644
(file)
--- 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++)
{