openssl/fips/fips_check_sha1
2003-09-04 09:04:24 +00:00

8 lines
133 B
Bash
Executable file

#!/bin/sh
FP=$1
shift
egrep '^CFLAG=.*-DFIPS( |$)' $TOP/Makefile || exit 0
$TOP/fips/sha1/fips_standalone_sha1 $@ | diff -u $FP -