1 2 3 4 5
use std::ffi::c_int; pub const SSL3_VERSION: c_int = 0x300; pub const SSL3_AD_ILLEGAL_PARAMETER: c_int = 47;