Constant openssl_sys::SSL_OP_ALL
pub const SSL_OP_ALL: c_ulong = _;
The portability is definied by:
#[cfg(all(ossl110f, not(any(ossl300))))]
pub const SSL_OP_ALL: c_ulong = _;
#[cfg(all(ossl110f, not(any(ossl300))))]