]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
todo: remove fork protection todo comment, it isn't relevant to the FIPS provider
authorPauli <paul.dale@oracle.com>
Fri, 25 Sep 2020 22:37:38 +0000 (08:37 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 27 Sep 2020 22:49:05 +0000 (08:49 +1000)
Fixes #12984

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12997)

crypto/threads_pthread.c

index 936aa7f0c7e473ffd4647289c8b4aed33673ef65..a2735332b8370263c6d4705451955ab0065e82df 100644 (file)
@@ -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;