[#CONF_VALUE] = CONF_VALUE :mrdocs: One configuration entry: section, name, and string value. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct CONF_VALUE; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:CONF_VALUE/name.adoc[`name`] | Key name within the section. | xref:CONF_VALUE/section.adoc[`section`] | Section name owning this entry (for example "default"). | xref:CONF_VALUE/value.adoc[`value`] | String value associated with `name.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#