Skip to content

Commit

Permalink
pkcs5: use newly defined AnyLike trait
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed May 23, 2024
1 parent 52ce7fd commit 22a7231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkcs5/src/pbes2/kdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub use self::salt::Salt;

use crate::{AlgorithmIdentifierRef, Error, Result};
use der::{
asn1::{AnyRef, ObjectIdentifier},
asn1::{AnyLike, AnyRef, ObjectIdentifier},
Decode, DecodeValue, Encode, EncodeValue, ErrorKind, Length, Reader, Sequence, Tag, Tagged,
Writer,
};
Expand Down

0 comments on commit 22a7231

Please sign in to comment.