Commit cbed6cfc authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

add fips_algvs.c to restricted tarball

parent be6dc7e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ while (<STDIN>)
		}
	if (/^test\//)
		{
		next unless /Makefile/ || /dummytest.c/;
		next unless /Makefile/ || /dummytest.c/ || /fips_algvs.c/ ;
		}
	print "$_\n";
	}