Constant openssl_sys::SSL_OP_NO_RENEGOTIATION
pub const SSL_OP_NO_RENEGOTIATION: c_ulong = 0x40000000;
The portability is definied by:
#[cfg(ossl110h)]
pub const SSL_OP_NO_RENEGOTIATION: c_ulong = 0x40000000;
#[cfg(ossl110h)]