xref: /third_party/rust/crates/rust-openssl/openssl-sys/src/dtls1.rs (revision 92f3ab15)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/rust-openssl/openssl-sys/src/
192f3ab15Sopenharmony_ciuse libc::*;
292f3ab15Sopenharmony_ci
392f3ab15Sopenharmony_cicfg_if! {
492f3ab15Sopenharmony_ci    if #[cfg(ossl300)] {
592f3ab15Sopenharmony_ci        pub const DTLS1_COOKIE_LENGTH: c_uint = 255;
692f3ab15Sopenharmony_ci    } else {
792f3ab15Sopenharmony_ci        pub const DTLS1_COOKIE_LENGTH: c_uint = 256;
892f3ab15Sopenharmony_ci    }
992f3ab15Sopenharmony_ci}
10

Indexes created Thu Nov 07 10:32:03 CST 2024