Typo in Linux part of sparcv9cap.c
PR: 1532
This commit is contained in:
parent
f3c26535ad
commit
a21c46e70b
@ -143,7 +143,7 @@ void OPENSSL_cpuid_setup(void)
|
|||||||
|
|
||||||
if ((e=getenv("OPENSSL_sparcv9cap")))
|
if ((e=getenv("OPENSSL_sparcv9cap")))
|
||||||
{
|
{
|
||||||
OPENSSL_sparcv9cap_P=strtoul(env,NULL,0);
|
OPENSSL_sparcv9cap_P=strtoul(e,NULL,0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user