openssl/fips/fips_check_sha1

9 lines
129 B
Text
Raw Normal View History

#!/bin/sh
FP=$1
shift
2003-07-27 21:13:35 +00:00
egrep '^CFLAG=.*-DFIPS ' $TOP/Makefile || exit 0
2003-07-27 21:13:35 +00:00
$TOP/fips/sha1/fips_standalone_sha1 $@ | diff -u $FP -