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_config, OPENSSL_no_config — simple crypto and ssl library configurationSYNOPSIS
#include <openssl/conf.h>OPENSSL_config(const char *appname);
OPENSSL_no_config(void);
DESCRIPTION
OPENSSL_config() initializes the crypto library and calls CONF_modules_load_file(3) with the standard configuration file and the given appname. If appname is NULL, then the default name openssl_conf is used. Any errors are ignored. Further calls to OPENSSL_config() have no effect.FILES
- /etc/ssl/openssl.cnf
- standard configuration file