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