Home
last modified time | relevance | path

Searched defs:SslAlert (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/openssl/src/ssl/
Dmod.rs581 pub struct SslAlert(c_int); struct
583 impl SslAlert { implementation