mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
typo
This commit is contained in:
parent
f2784994ec
commit
482cdf2489
@ -30,7 +30,7 @@ unsigned int OPENSSL_rdtsc(void)
|
||||
}
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__>=2
|
||||
void OPENSSL_cpuid_setup(void) __attribute__((constructor))
|
||||
void OPENSSL_cpuid_setup(void) __attribute__((constructor));
|
||||
#endif
|
||||
void OPENSSL_cpuid_setup(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user