summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hwf-arm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hwf-arm.c b/src/hwf-arm.c
index 1d19ea86..41188583 100644
--- a/src/hwf-arm.c
+++ b/src/hwf-arm.c
@@ -93,10 +93,10 @@ struct feature_map_s {
# define HWCAP2_PMULL 2
#endif
#ifndef HWCAP2_SHA1
-# define HWCAP2_SHA1 3
+# define HWCAP2_SHA1 4
#endif
#ifndef HWCAP2_SHA2
-# define HWCAP2_SHA2 4
+# define HWCAP2_SHA2 8
#endif
static const struct feature_map_s arm_features[] =