typo
This commit is contained in:
parent
0684e77866
commit
319c7264b0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue