Constant openssl_sys::SSL_CTRL_SET_MIN_PROTO_VERSION
pub const SSL_CTRL_SET_MIN_PROTO_VERSION: c_int = 123;The portability is definied by:
#[cfg(any(ossl110, libressl261))]pub const SSL_CTRL_SET_MIN_PROTO_VERSION: c_int = 123;#[cfg(any(ossl110, libressl261))]