[#NCONF_load_bio] = NCONF_load_bio :mrdocs: Load configuration data from a BIO into a CONF object. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int NCONF_load_bio( xref:CONF.adoc[CONF]* conf, xref:BIO.adoc[BIO]* bp, long* eline); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Destination CONF (typically from NCONF_new()). | *bp* | BIO supplying OpenSSL CONF syntax. | *eline* | Optional receiver for the error line number on failure, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#