mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Whitespace check-in
This commit is contained in:
parent
88af6d7230
commit
322cda8e6e
@ -35,13 +35,13 @@ PowerUpSelfTestStatus CRYPTOPP_API GetPowerUpSelfTestStatus()
|
||||
{
|
||||
return g_powerUpSelfTestStatus;
|
||||
}
|
||||
|
||||
|
||||
#if CRYPTOPP_ENABLE_COMPLIANCE_WITH_FIPS_140_2
|
||||
// One variable for all threads for compatibility. Previously this
|
||||
// was a ThreadLocalStorage variable, which is per-thread. Also see
|
||||
// https://github.com/weidai11/cryptopp/issues/208
|
||||
static bool s_inProgress = false;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
bool PowerUpSelfTestInProgressOnThisThread()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user