sparcv9cap.c: omit random detection.

PR: 3202
(cherry picked from commit 926725b3d7c1528f2dc116a48623c42264188277)
This commit is contained in:
Andy Polyakov 2013-12-28 13:31:14 +01:00
parent d7d7e7b038
commit ccbb8d5e95

View File

@ -287,11 +287,13 @@ void OPENSSL_cpuid_setup(void)
OPENSSL_sparcv9cap_P[0] |= SPARCV9_VIS3;
}
#if 0 /* was planned at some point but never implemented in hardware */
if (sigsetjmp(common_jmp,1) == 0)
{
(void)_sparcv9_random();
OPENSSL_sparcv9cap_P[0] |= SPARCV9_RANDOM;
}
#endif
/*
* In wait for better solution _sparcv9_rdcfr is masked by