Skip to content

Commit

Permalink
Update bindings/rust/extended/s2n-tls/src/cert_chain.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Clark <[email protected]>
  • Loading branch information
jmayclin and goatgoose authored Feb 20, 2025
1 parent 32f0167 commit 98c2c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/extended/s2n-tls/src/cert_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<T: Send + Sync + 'static>(&self) -> Option<&T> {
if let Some(internal_context) = self.cert_handle.internal_context() {
internal_context.context.downcast_ref()
Expand Down

0 comments on commit 98c2c14

Please sign in to comment.