chore(boring): deprecate `set_verify_cert_store_ref` on `SslContextBuilder` (#68)

This commit is contained in:
0x676e67 2025-05-13 18:23:22 +08:00 committed by GitHub
parent 493c0cb51b
commit 2b497506ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1156,6 +1156,7 @@ impl SslContextBuilder {
}
/// Sets a custom certificate store for verifying peer certificates.
#[deprecated(since = "4.15.13", note = "Use `set_verify_cert_store` instead.")]
#[corresponds(SSL_CTX_set1_verify_cert_store)]
pub fn set_verify_cert_store_ref(
&mut self,