Whitespace check-in

pull/730/head
Jeffrey Walton 2018-10-23 07:08:33 -04:00
parent 88af6d7230
commit 322cda8e6e
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -35,13 +35,13 @@ PowerUpSelfTestStatus CRYPTOPP_API GetPowerUpSelfTestStatus()
{ {
return g_powerUpSelfTestStatus; return g_powerUpSelfTestStatus;
} }
#if CRYPTOPP_ENABLE_COMPLIANCE_WITH_FIPS_140_2 #if CRYPTOPP_ENABLE_COMPLIANCE_WITH_FIPS_140_2
// One variable for all threads for compatibility. Previously this // One variable for all threads for compatibility. Previously this
// was a ThreadLocalStorage variable, which is per-thread. Also see // was a ThreadLocalStorage variable, which is per-thread. Also see
// https://github.com/weidai11/cryptopp/issues/208 // https://github.com/weidai11/cryptopp/issues/208
static bool s_inProgress = false; static bool s_inProgress = false;
#endif #endif
bool PowerUpSelfTestInProgressOnThisThread() bool PowerUpSelfTestInProgressOnThisThread()
{ {