From: Dr. Stephen Henson Date: Fri, 24 Jun 2011 13:45:44 +0000 (+0000) Subject: Add sparcv9cap.c to restricted tarball. X-Git-Tag: OpenSSL-fips-2_0-rc1~295 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=419989d2ece73132f136d55a2384c5415a41c695 Add sparcv9cap.c to restricted tarball. --- diff --git a/util/fipsdist.pl b/util/fipsdist.pl index 30f7e71133..8df07f6794 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -20,6 +20,7 @@ foreach (@objlist) { $tarobjs{"$1.c"} = 1 if /([^\/]+).o$/}; $tarobjs{"ncbc_enc.c"} = 1; $tarobjs{"mem_clr.c"} = 1; $tarobjs{"ppccap.c"} = 1; +$tarobjs{"sparcv9.c"} = 1; foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };