Skip to content

Commit

Permalink
fixup! fix: apply code review suggestions from PR #24
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsastrix committed Aug 27, 2024
1 parent 6650b00 commit a42499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token/cose/crypto_impl/openssl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ impl EncryptCryptoBackend for OpensslContext {
}
}

/// Converts the provided [`iana::Algorithm`] to an OpenSSL [`Cipher`] that can be used for a
/// Converts the provided [`iana::Algorithm`] to an OpenSSL [`CipherRef`] that can be used for a
/// symmetric [`CipherCtx`].
fn algorithm_to_cipher(
algorithm: iana::Algorithm,
Expand Down

0 comments on commit a42499f

Please sign in to comment.