Load the named OpenSSL configuration file (deprecated; prefer CONF_modules_load_file).
Synopsis
Declared in <openssl/conf.h>
[[deprecated]]
void
OPENSSL_config(char const* config_name);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
config_name |
Configuration file name/section hint, or NULL for the default openssl.cnf. |
Created with MrDocs