SSLeay_version
retrieve version/build information about OpenSSL library
- Provided by: libssl-doc (Version: 1.0.2g-1ubuntu4.20)
- Source: openssl
- Report a bug
retrieve version/build information about OpenSSL library
#include <openssl/crypto.h> const char *SSLeay_version(int type);
SSLeay_version() returns a pointer to a constant string describing the version of the OpenSSL library or giving information about the library build.
The following type values are supported:
The following return values can occur:
SSLEAY_DIR was added in OpenSSL 0.9.7.