[#OPENSSL_info] = OPENSSL_info :mrdocs: Return a static string describing a build or runtime configuration property. == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* OPENSSL_info(int type); ---- == Return Value Internal NUL‐terminated string for `type,` or NULL if unknown. == Parameters [cols="1,4"] |=== | Name| Description | *type* | OPENSSL_INFO_* selector (for example OPENSSL_INFO_CONFIG_DIR). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#