Set the default CONF_METHOD used by the legacy CONF_load family.
Synopsis
Declared in <openssl/conf.h>
int
CONF_set_default_method(CONF_METHOD* meth);
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
meth |
Method implementation to install as the process default. |
Created with MrDocs