Merge branch 'master' into expose-aes-info
This commit is contained in:
commit
fd6c1548a4
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ impl<W: Write> Write for AesWriter<W> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(all(test, feature = "aes-crypto"))]
|
||||||
mod tests {
|
mod tests {
|
||||||
use std::io::{self, Read, Write};
|
use std::io::{self, Read, Write};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue