From cbed6cfcaa877acf0a3d15828baf4e03fd905570 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 7 Nov 2011 13:54:30 +0000 Subject: [PATCH] add fips_algvs.c to restricted tarball --- util/fipsdist.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.25.1