From 1ccc003b82c72658f13869f433fe8092df8cdac4 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 11 Apr 2011 14:53:40 +0000 Subject: [PATCH] Add mem_clr.c explicity for no-asm builds. --- util/fipsdist.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/util/fipsdist.pl b/util/fipsdist.pl index f660c20412..3694a5dccb 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -16,6 +16,7 @@ my @objlist = split / /, $objs; foreach (@objlist) { $tarobjs{"$1.c"} = 1 if /([^\/]+).o$/}; $tarobjs{"ncbc_enc.c"} = 1; +$tarobjs{"mem_clr.c"} = 1; foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 }; -- GitLab