Codebase list rust-serde-xml-rs / e2abc5f
temporarily disable aesni Ximin Luo 4 years ago
4 changed file(s) with 28 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 temp-drop-aesni.patch
0 Comment: can't yet use aesni in debian due to
1 https://github.com/RustCrypto/block-ciphers/issues/25
2 --- a/Cargo.toml
3 +++ b/Cargo.toml
4 @@ -25,8 +25,5 @@
5 [dev-dependencies.block-cipher-trait]
6 version = "0.6"
7 features = ["dev"]
8 -[target."cfg(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))".dependencies.aesni]
9 -version = "0.6"
10 -default-features = false
11 [target."cfg(not(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))".dependencies.aes-soft]
12 version = "0.3"
0 temp-drop-aesni.patch
0 Comment: can't yet use aesni in debian due to
1 https://github.com/RustCrypto/block-ciphers/issues/25
2 --- a/Cargo.toml
3 +++ b/Cargo.toml
4 @@ -25,8 +25,6 @@
5 [dev-dependencies.stream-cipher]
6 version = "0.3"
7 features = ["dev"]
8 -[target."cfg(all(target_feature = \"aes\", target_feature = \"sse2\", target_feature = \"ssse3\", any(target_arch = \"x86_64\", target_arch = \"x86\")))".dependencies.aesni]
9 -version = "0.6"
10 [target."cfg(not(all(target_feature = \"aes\", target_feature = \"sse2\", target_feature = \"ssse3\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))".dependencies.aes-soft]
11 version = "0.3"
12