Don't call cpuid in test; done as init.
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
31305cdf9f
commit
795e123173
1 changed files with 0 additions and 6 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue