Skip to content

Commit f931b81

Browse files
committed
Conditionally enable soft mod
1 parent 1f7c695 commit f931b81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aes/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ pub mod hazmat;
129129

130130
#[macro_use]
131131
mod macros;
132-
mod soft;
133132

134133
use cfg_if::cfg_if;
135134

@@ -145,7 +144,9 @@ cfg_if! {
145144
mod x86;
146145
mod autodetect;
147146
pub use autodetect::*;
147+
mod soft;
148148
} else {
149+
mod soft;
149150
pub use soft::*;
150151
}
151152
}

0 commit comments

Comments
 (0)