-DFIPS may be the last thing on the line.
This commit is contained in:
parent
1f1bd3a51a
commit
4ef3352608
1 changed files with 1 additions and 1 deletions
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue