From: Ben Laurie Date: Thu, 4 Sep 2003 09:04:24 +0000 (+0000) Subject: -DFIPS may be the last thing on the line. X-Git-Tag: BEN_FIPS_TEST_1~72 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ef335260802e69289c27d45443c07cef17249d7;p=oweals%2Fopenssl.git -DFIPS may be the last thing on the line. --- 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 -