Skip to content

Commit

Permalink
Fixed a clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bkstein committed Apr 25, 2024
1 parent 14ca4dd commit ed0aa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/tests/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ fn test_create_password_recipient_info() {
struct Aes128CbcPwriEncryptor<'a> {
challenge_password: &'a [u8],
key_encryption_iv: Iv<cbc::Encryptor<Aes128>>,
key_derivation_params: pkcs5::pbes2::Pbkdf2Params<'a>,
key_derivation_params: pkcs5::pbes2::Pbkdf2Params,
}
impl<'a> Aes128CbcPwriEncryptor<'a> {
pub fn new(challenge_password: &'a [u8]) -> Self {
Expand Down

0 comments on commit ed0aa1c

Please sign in to comment.