Return the default NCONF_METHOD used by NCONF_new(NULL).

Synopsis

Declared in <openssl/conf.h>

CONF_METHOD*
NCONF_default();

Return Value

Pointer to the static default configuration method.

Created with MrDocs