Skip to content

Commit ee558c1

Browse files
authored
Merge pull request #921 from ehuss/remote_callback-doc-link
Fix intra-doc link for CertificateCheckStatus
2 parents 727d73f + 1bd987e commit ee558c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote_callbacks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub type UpdateTips<'a> = dyn FnMut(&str, Oid, Oid) -> bool + 'a;
5454
pub type CertificateCheck<'a> =
5555
dyn FnMut(&Cert<'_>, &str) -> Result<CertificateCheckStatus, Error> + 'a;
5656

57-
/// The return value for the [`CertificateCheck`] callback.
57+
/// The return value for the [`RemoteCallbacks::certificate_check`] callback.
5858
pub enum CertificateCheckStatus {
5959
/// Indicates that the certificate should be accepted.
6060
CertificateOk,

0 commit comments

Comments
 (0)