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