add fips_algvs.c to restricted tarball

This commit is contained in:
Dr. Stephen Henson 2011-11-07 13:54:30 +00:00
parent be6dc7e56b
commit cbed6cfcaa

View File

@ -76,7 +76,7 @@ while (<STDIN>)
}
if (/^test\//)
{
next unless /Makefile/ || /dummytest.c/;
next unless /Makefile/ || /dummytest.c/ || /fips_algvs.c/ ;
}
print "$_\n";
}