doc: fix outdated documentation

This commit is contained in:
aashish 2023-12-05 16:36:40 -05:00 committed by Daniel McCarney
parent f7c12c02c0
commit 8a72972425
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ pub trait ClientCertVerifier: Debug + Send + Sync {
/// Return `true` to require a client certificate and `false` to make
/// client authentication optional.
/// Defaults to `Some(self.offer_client_auth())`.
/// Defaults to `self.offer_client_auth()`.
fn client_auth_mandatory(&self) -> bool {
self.offer_client_auth()
}