X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Ffipsdist.pl;h=cb501e53e3e9b2afabde71d1b31bfc765bd006d6;hp=3694a5dccb3a609ea14b75fe4ddfe4a0bd10ed61;hb=1c6807c9d619243a86fcaa86143a08293474e8ea;hpb=bd4b0137fcb66d7bb721a9aef111885a475f2b33 diff --git a/util/fipsdist.pl b/util/fipsdist.pl index 3694a5dccb..cb501e53e3 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -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 };