Add ppc_cap.c to restricted tarball.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 1 May 2011 16:46:28 +0000 (16:46 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 1 May 2011 16:46:28 +0000 (16:46 +0000)
util/fipsdist.pl

index 3694a5dccb3a609ea14b75fe4ddfe4a0bd10ed61..cb501e53e3e9b2afabde71d1b31bfc765bd006d6 100644 (file)
@@ -17,6 +17,7 @@ foreach (@objlist) { $tarobjs{"$1.c"} = 1 if /([^\/]+).o$/};
 
 $tarobjs{"ncbc_enc.c"} = 1;
 $tarobjs{"mem_clr.c"} = 1;
+$tarobjs{"ppc_cap.c"} = 1;
 
 foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };