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:
31305cd
)
Don't call cpuid in test; done as init.
author
Rich Salz
<rsalz@akamai.com>
Sun, 14 Feb 2016 21:15:41 +0000
(16:15 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Sun, 14 Feb 2016 21:36:41 +0000
(16:36 -0500)
Reviewed-by: Andy Polyakov <appro@openssl.org>
test/rc4test.c
patch
|
blob
|
history
diff --git
a/test/rc4test.c
b/test/rc4test.c
index 68f1641180127da325abcbc11ffed9b65248d042..7de091c3bd17ba476288b6f5b4314bfa75ba4b47 100644
(file)
--- a/
test/rc4test.c
+++ b/
test/rc4test.c
@@
-120,12
+120,6
@@
int main(int argc, char *argv[])
RC4_KEY key;
unsigned char obuf[512];
-# if !defined(OPENSSL_PIC)
- void OPENSSL_cpuid_setup(void);
-
- OPENSSL_cpuid_setup();
-# endif
-
for (i = 0; i < 6; i++) {
RC4_set_key(&key, keys[i][0], &(keys[i][1]));
memset(obuf, 0, sizeof(obuf));