Return the OpenSSL library minor version (OPENSSL_VERSION_MINOR).

Synopsis

Declared in <openssl/crypto.h>

unsigned int
OPENSSL_version_minor();

Return Value

Minor version number from the build‐time OPENSSL_VERSION_* macros.

Created with MrDocs