SSLeay_version(3) OpenSSL SSLeay_version(3) NNAAMMEE SSLeay_version - retrieve version/build information about OpenSSL library SSYYNNOOPPSSIISS #include const char *SSLeay_version(int type); DDEESSCCRRIIPPTTIIOONN _S_S_L_e_a_y___v_e_r_s_i_o_n_(_) returns a pointer to a constant string describing the version of the OpenSSL library or giving information about the library build. The following ttyyppee values are supported: SSLEAY_VERSION The version of the OpenSSL library including the release date. SSLEAY_CFLAGS The compiler flags set for the compilation process in the form "compiler: ..." if available or "compiler: information not avail- able" otherwise. SSLEAY_BUILT_ON The date of the build process in the form "built on: ..." if avail- able or "built on: date not available" otherwise. SSLEAY_PLATFORM The "Configure" target of the library build in the form "platform: ..." if available or "platform: information not available" other- wise. SSLEAY_DIR The "OPENSSLDIR" setting of the library build in the form "OPENSSLDIR: "..."" if available or "OPENSSLDIR: N/A" otherwise. RREETTUURRNN VVAALLUUEESS The following return values can occur: "not available" An invalid value for ttyyppee was given. Pointer to constant string Textual description. SSEEEE AALLSSOO _c_r_y_p_t_o(3) HHIISSTTOORRYY SSSSLLEEAAYY__DDIIRR was added in OpenSSL 0.9.7. 1.0.2u 2019-12-20 SSLeay_version(3)