File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2689,7 +2689,7 @@ void rustls_web_pki_client_cert_verifier_builder_free(struct rustls_web_pki_clie
26892689
26902690/* *
26912691 * Create a `rustls_web_pki_server_cert_verifier_builder` using the process-wide default
2692- * crypto provider. Caller owns the memory and may free it with
2692+ * crypto provider.
26932693 *
26942694 * Caller owns the memory and may free it with `rustls_web_pki_server_cert_verifier_builder_free`,
26952695 * regardless of whether `rustls_web_pki_server_cert_verifier_builder_build` was called.
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ pub(crate) struct ServerCertVerifierBuilder {
409409
410410impl ServerCertVerifierBuilder {
411411 /// Create a `rustls_web_pki_server_cert_verifier_builder` using the process-wide default
412- /// crypto provider. Caller owns the memory and may free it with
412+ /// crypto provider.
413413 ///
414414 /// Caller owns the memory and may free it with `rustls_web_pki_server_cert_verifier_builder_free`,
415415 /// regardless of whether `rustls_web_pki_server_cert_verifier_builder_build` was called.
You can’t perform that action at this time.
0 commit comments