[#OPENSSL_version_pre_release] = OPENSSL_version_pre_release :mrdocs: Return the OpenSSL pre‐release label (OPENSSL_VERSION_PRE_RELEASE). == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* OPENSSL_version_pre_release(); ---- == Return Value Constant string such as "‐dev" or "" when this is not a pre‐release; do not free. [.small]#Created with https://www.mrdocs.com[MrDocs]#