mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Clarify two comments (typos) in fipsprov.c
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15150)
This commit is contained in:
parent
4c8e6f7d20
commit
6d418dbcd3
@ -671,14 +671,14 @@ int OSSL_provider_init(const OSSL_CORE_HANDLE *handle,
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
* Disable the conditional error check if is disabled in the fips config
|
||||
* file
|
||||
* Disable the conditional error check if it's disabled in the fips config
|
||||
* file.
|
||||
*/
|
||||
if (fgbl->selftest_params.conditional_error_check != NULL
|
||||
&& strcmp(fgbl->selftest_params.conditional_error_check, "0") == 0)
|
||||
SELF_TEST_disable_conditional_error_state();
|
||||
|
||||
/* Disable the security check if is disabled in the fips config file */
|
||||
/* Disable the security check if it's disabled in the fips config file. */
|
||||
if (fgbl->fips_security_check_option != NULL
|
||||
&& strcmp(fgbl->fips_security_check_option, "0") == 0)
|
||||
fgbl->fips_security_checks = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user