Skip to content

Commit

Permalink
add fips_algvs.c to restricted tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Nov 7, 2011
1 parent be6dc7e commit cbed6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/fipsdist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
if (/^test\//)
{
next unless /Makefile/ || /dummytest.c/;
next unless /Makefile/ || /dummytest.c/ || /fips_algvs.c/ ;
}
print "$_\n";
}
Expand Down

0 comments on commit cbed6cf

Please sign in to comment.