Fixed documentation string
This commit is contained in:
parent
ece8957e2f
commit
fb2665961c
|
|
@ -186,7 +186,7 @@ impl SslContext {
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Specifies the file that is client certificate
|
/// Specifies the file that is client private key
|
||||||
pub fn set_private_key_file(&mut self, file: &str,
|
pub fn set_private_key_file(&mut self, file: &str,
|
||||||
file_type: X509FileType) -> Option<SslError> {
|
file_type: X509FileType) -> Option<SslError> {
|
||||||
wrap_ssl_result(file.with_c_str(|file| {
|
wrap_ssl_result(file.with_c_str(|file| {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue