Constant openssl_sys::SSL_OP_CRYPTOPRO_TLSEXT_BUG
pub const SSL_OP_CRYPTOPRO_TLSEXT_BUG: c_ulong = 0x80000000;
The portability is definied by:
#[cfg(all(not(any(libressl261))))]
pub const SSL_OP_CRYPTOPRO_TLSEXT_BUG: c_ulong = 0x80000000;
#[cfg(all(not(any(libressl261))))]