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:
021270a
)
Add sparcv9cap.c to restricted tarball.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 24 Jun 2011 13:45:44 +0000
(13:45 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 24 Jun 2011 13:45:44 +0000
(13:45 +0000)
util/fipsdist.pl
patch
|
blob
|
history
diff --git
a/util/fipsdist.pl
b/util/fipsdist.pl
index 30f7e71133686e740728b176c6398adadd2b6911..8df07f67941ed26418d6f2d98e724efb826919d7 100644
(file)
--- a/
util/fipsdist.pl
+++ b/
util/fipsdist.pl
@@
-20,6
+20,7
@@
foreach (@objlist) { $tarobjs{"$1.c"} = 1 if /([^\/]+).o$/};
$tarobjs{"ncbc_enc.c"} = 1;
$tarobjs{"mem_clr.c"} = 1;
$tarobjs{"ppccap.c"} = 1;
+$tarobjs{"sparcv9.c"} = 1;
foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };