Need aes-crypto feature to use crate::aes::PWD_VERIFY_LENGTH
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
parent
fd6c1548a4
commit
74c604f29c
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ pub(crate) mod zip_archive {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "aes-crypto")]
|
||||||
use crate::aes::PWD_VERIFY_LENGTH;
|
use crate::aes::PWD_VERIFY_LENGTH;
|
||||||
#[cfg(feature = "lzma")]
|
#[cfg(feature = "lzma")]
|
||||||
use crate::read::lzma::LzmaDecoder;
|
use crate::read::lzma::LzmaDecoder;
|
||||||
|
|
Loading…
Add table
Reference in a new issue