projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48da9b8
)
Add mem_clr.c explicity for no-asm builds.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 11 Apr 2011 14:53:40 +0000
(14:53 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 11 Apr 2011 14:53:40 +0000
(14:53 +0000)
util/fipsdist.pl
patch
|
blob
|
history
diff --git
a/util/fipsdist.pl
b/util/fipsdist.pl
index f660c20412ada9168d5a4b4c0649390b20733f6f..3694a5dccb3a609ea14b75fe4ddfe4a0bd10ed61 100644
(file)
--- 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 };