Prepare OpenSSL internal state before a POSIX fork (deprecated).
Declared in <openssl/crypto.h>
[[deprecated]]
void
OPENSSL_fork_prepare();
Deprecated. Use of this entity is allowed but discouraged.
Call in the parent before fork(); pair with OPENSSL_fork_parent() / OPENSSL_fork_child().