Constant openssl_sys::SSL_OP_TLS_BLOCK_PADDING_BUG
pub const SSL_OP_TLS_BLOCK_PADDING_BUG: c_ulong = 0x00000000;
The portability is definied by:
#[cfg(all(ossl110, not(any())))]
pub const SSL_OP_TLS_BLOCK_PADDING_BUG: c_ulong = 0x00000000;
#[cfg(all(ossl110, not(any())))]