add fips_algvs.c to restricted tarball
authorDr. Stephen Henson <steve@openssl.org>
Mon, 7 Nov 2011 13:54:30 +0000 (13:54 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 7 Nov 2011 13:54:30 +0000 (13:54 +0000)
util/fipsdist.pl

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