boring-sys 1.0.2

FFI bindings to BoringSSL
Documentation
use libc::*;

pub const SSL3_VERSION: u16 = 0x300;

pub const SSL3_AD_ILLEGAL_PARAMETER: c_int = 47;