Return the OpenSSL library patch level (OPENSSL_VERSION_PATCH).
Synopsis
Declared in <openssl/crypto.h>
unsigned int
OPENSSL_version_patch();
Return Value
Patch version number from the build‐time OPENSSL_VERSION_* macros.
Created with MrDocs