[#OPENSSL_fork_prepare] = OPENSSL_fork_prepare :mrdocs: Prepare OpenSSL internal state before a POSIX fork (deprecated). == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void OPENSSL_fork_prepare(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Description Call in the parent before fork(); pair with OPENSSL_fork_parent() / OPENSSL_fork_child(). [.small]#Created with https://www.mrdocs.com[MrDocs]#