Move the rand_nonce_lock code into drbg_lib.c
[openssl.git] / crypto / init.c
index 6a1f5eabe5ed163a19a038e4cfbdc954710e5b6b..e73c9bafbda3e0adbe60f43e5fd66d9bd5102a43 100644 (file)
@@ -852,5 +852,6 @@ void OPENSSL_fork_parent(void)
 void OPENSSL_fork_child(void)
 {
     rand_fork();
+    /* TODO(3.0): Inform all providers about a fork event */
 }
 #endif