chore: Guard AesInfo behind #[cfg(feature = "aes-crypto")]
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
parent
74c604f29c
commit
492a6b9d12
1 changed files with 1 additions and 0 deletions
|
@ -976,6 +976,7 @@ impl<R: Read + Seek> ZipArchive<R> {
|
|||
|
||||
/// Holds the AES information of a file in the zip archive
|
||||
#[derive(Debug)]
|
||||
#[cfg(feature = "aes-crypto")]
|
||||
pub struct AesInfo {
|
||||
/// The AES encryption mode
|
||||
pub aes_mode: AesMode,
|
||||
|
|
Loading…
Add table
Reference in a new issue