summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/fips-checksums.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fips-checksums.sh b/util/fips-checksums.sh
index 99f34fbc8f..36e59bb708 100755
--- a/util/fips-checksums.sh
+++ b/util/fips-checksums.sh
@@ -11,7 +11,7 @@ for f in "$@"; do
*.c | *.h )
cat "$f" \
| $HERE/lang-compress.pl 'C' \
- | unifdef -DFIPS_MODE=1 \
+ | unifdef -DFIPS_MODULE=1 \
| openssl sha256 -r \
| sed -e "s| \\*stdin| $f|"
;;