Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dversion.rs21 pub(crate) struct SslVersion(pub c_int); struct
23 impl SslVersion { impl
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dadapter.rs503 pub(crate) fn into_inner(self) -> SslVersion { in into_inner()