[−][src]Type Definition openssl::ssl::ServerNameCallback
type ServerNameCallback = fn(ssl: &mut Ssl, ad: &mut i32) -> i32;
The signature of functions that can be used to choose the context depending on the server name
type ServerNameCallback = fn(ssl: &mut Ssl, ad: &mut i32) -> i32;
The signature of functions that can be used to choose the context depending on the server name