Merge branch 'master' into expose-aes-info

This commit is contained in:
Chris Hennick 2024-05-23 12:39:58 -07:00 committed by GitHub
commit fd6c1548a4
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -317,7 +317,7 @@ impl<W: Write> Write for AesWriter<W> {
}
}
#[cfg(test)]
#[cfg(all(test, feature = "aes-crypto"))]
mod tests {
use std::io::{self, Read, Write};