openssl/fips/fips_check_sha1

9 lines
133 B
Plaintext
Raw Normal View History

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