Skip to content

Commit

Permalink
cpufeatures: remove vestigial code around crypto target feature
Browse files Browse the repository at this point in the history
This was removed in #594, however this is some remaining support code
for it.
  • Loading branch information
tarcieri committed Aug 29, 2021
1 parent 88cb089 commit 101c0d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpufeatures/src/aarch64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ pub mod hwcaps {
use libc::c_ulong;

pub const AES: c_ulong = libc::HWCAP_AES | libc::HWCAP_PMULL;
pub const CRYPTO: c_ulong = AES | SHA2;
pub const SHA2: c_ulong = libc::HWCAP_SHA2;
pub const SHA3: c_ulong = libc::HWCAP_SHA3 | libc::HWCAP_SHA512;
}
Expand Down

0 comments on commit 101c0d9

Please sign in to comment.