mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
armcap.c: auto-setup processor capability vector.
This commit is contained in:
parent
43760a2cf0
commit
033a25cef5
@ -29,6 +29,9 @@ unsigned int OPENSSL_rdtsc(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__>=2
|
||||
void OPENSSL_cpuid_setup(void) __attribute__((constructor))
|
||||
#endif
|
||||
void OPENSSL_cpuid_setup(void)
|
||||
{
|
||||
char *e;
|
||||
|
Loading…
Reference in New Issue
Block a user