Add loaded dynamic ENGINEs to list.
[openssl.git] / util / fipsdist.pl
index df7a48f7fd817a09095366ed25ccfbe822ca20ed..b191fbe41e0b0d6abb85777c80ec0e2bb5790bc3 100644 (file)
@@ -21,6 +21,7 @@ $tarobjs{"ncbc_enc.c"} = 1;
 $tarobjs{"mem_clr.c"} = 1;
 $tarobjs{"ppccap.c"} = 1;
 $tarobjs{"sparcv9cap.c"} = 1;
+$tarobjs{"armcap.c"} = 1;
 
 foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };
 
@@ -65,6 +66,7 @@ while (<STDIN>)
                next if -d "crypto/$1" && !exists $cdirs{$1};
                # Skip GF2m assembly language perl scripts
                next if $noec2m && /gf2m\.pl/;
+               next if /vpaes-\w*\.pl/;
                # Keep assembly language dir, Makefile or certain extensions
                if (!/\/asm\// && !/\/Makefile$/ && !/\.(in|pl|h|S)$/)
                        {