From 98c2c14399081b9d801e6f2a09ad242273a3c560 Mon Sep 17 00:00:00 2001 From: James Mayclin Date: Thu, 20 Feb 2025 15:14:02 -0800 Subject: [PATCH] Update bindings/rust/extended/s2n-tls/src/cert_chain.rs Co-authored-by: Sam Clark <3758302+goatgoose@users.noreply.github.com> --- bindings/rust/extended/s2n-tls/src/cert_chain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/extended/s2n-tls/src/cert_chain.rs b/bindings/rust/extended/s2n-tls/src/cert_chain.rs index 671f7795e68..8c6031a7802 100644 --- a/bindings/rust/extended/s2n-tls/src/cert_chain.rs +++ b/bindings/rust/extended/s2n-tls/src/cert_chain.rs @@ -247,7 +247,7 @@ impl CertificateChain<'_> { /// /// To set a context on the connection, use [`Builder::set_application_context()`]. /// - /// Corresponds to [s2n_connection_get_ctx]. + /// Corresponds to [s2n_cert_chain_and_key_get_ctx]. pub fn application_context(&self) -> Option<&T> { if let Some(internal_context) = self.cert_handle.internal_context() { internal_context.context.downcast_ref()