summaryrefslogtreecommitdiff
path: root/src/g10lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/g10lib.h')
-rw-r--r--src/g10lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/g10lib.h b/src/g10lib.h
index b0b73852..400cb13e 100644
--- a/src/g10lib.h
+++ b/src/g10lib.h
@@ -258,7 +258,8 @@ char **_gcry_strtokenize (const char *string, const char *delim);
#define HWF_S390X_MSA (1 << 0)
#define HWF_S390X_MSA_4 (1 << 1)
#define HWF_S390X_MSA_8 (1 << 2)
-#define HWF_S390X_VX (1 << 3)
+#define HWF_S390X_MSA_9 (1 << 3)
+#define HWF_S390X_VX (1 << 4)
#endif