]> git.ipfire.org Git - thirdparty/openssl.git/blame - fips/fips_check_sha1
Build when not FIPS.
[thirdparty/openssl.git] / fips / fips_check_sha1
CommitLineData
75622f1e
BL
1#!/bin/sh
2
3FP=$1
4shift
5
d3a15e13 6egrep '^CFLAG=.*-DFIPS ' $TOP/Makefile || exit 0
75622f1e 7
d3a15e13 8$TOP/fips/sha1/fips_standalone_sha1 $@ | diff -u $FP -