• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 use libc::*;
2 
3 pub const SSL3_VERSION: c_int = 0x300;
4 
5 pub const SSL3_AD_ILLEGAL_PARAMETER: c_int = 47;
6