From 4ef335260802e69289c27d45443c07cef17249d7 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 4 Sep 2003 09:04:24 +0000 Subject: [PATCH] -DFIPS may be the last thing on the line. --- fips/fips_check_sha1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/fips_check_sha1 b/fips/fips_check_sha1 index ccc70d5f0a..6dea92a4fc 100755 --- a/fips/fips_check_sha1 +++ b/fips/fips_check_sha1 @@ -3,6 +3,6 @@ FP=$1 shift -egrep '^CFLAG=.*-DFIPS ' $TOP/Makefile || exit 0 +egrep '^CFLAG=.*-DFIPS( |$)' $TOP/Makefile || exit 0 $TOP/fips/sha1/fips_standalone_sha1 $@ | diff -u $FP - -- 2.25.1