mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
todo: remove fork protection todo comment, it isn't relevant to the FIPS provider
Fixes #12984 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12997)
This commit is contained in:
parent
d93bded6aa
commit
c57a59b1a0
@ -195,8 +195,6 @@ int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock)
|
||||
}
|
||||
|
||||
# ifndef FIPS_MODULE
|
||||
/* TODO(3.0): No fork protection in FIPS module yet! */
|
||||
|
||||
# ifdef OPENSSL_SYS_UNIX
|
||||
static pthread_once_t fork_once_control = PTHREAD_ONCE_INIT;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user