From: Dr. Stephen Henson Date: Mon, 7 Nov 2011 13:54:30 +0000 (+0000) Subject: add fips_algvs.c to restricted tarball X-Git-Tag: OpenSSL-fips-2_0-rc2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cbed6cfcaa877acf0a3d15828baf4e03fd905570;p=oweals%2Fopenssl.git add fips_algvs.c to restricted tarball --- diff --git a/util/fipsdist.pl b/util/fipsdist.pl index b191fbe41e..e10a2fe8cf 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -76,7 +76,7 @@ while () } if (/^test\//) { - next unless /Makefile/ || /dummytest.c/; + next unless /Makefile/ || /dummytest.c/ || /fips_algvs.c/ ; } print "$_\n"; }