Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
OPENSSL_init_crypto, OPENSSL_init — initialise the crypto librarySYNOPSIS
#include <openssl/crypto.h>OPENSSL_init_crypto(uint64_t options, const void *dummy);
OPENSSL_init(void);
DESCRIPTION
These functions are deprecated. It is never useful for an application program to call either of them explicitly.- OPENSSL_INIT_LOAD_CONFIG
- At the end of the initialization, call OPENSSL_config(3) with a NULL argument, loading the default configuration file.
- OPENSSL_INIT_NO_LOAD_CONFIG
- Ignore any later calls to OPENSSL_config(3).