[#OPENSSL_version_minor] = OPENSSL_version_minor :mrdocs: Return the OpenSSL library minor version (OPENSSL_VERSION_MINOR). == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int OPENSSL_version_minor(); ---- == Return Value Minor version number from the build‐time OPENSSL_VERSION_* macros. [.small]#Created with https://www.mrdocs.com[MrDocs]#