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:
7f06921
)
Include armcap.c in fips tarball.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 11 Aug 2011 17:30:07 +0000
(17:30 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 11 Aug 2011 17:30:07 +0000
(17:30 +0000)
util/fipsdist.pl
patch
|
blob
|
history
diff --git
a/util/fipsdist.pl
b/util/fipsdist.pl
index df7a48f7fd817a09095366ed25ccfbe822ca20ed..07a09ce93f6b57bb50d2e7f14e626709f4667552 100644
(file)
--- a/
util/fipsdist.pl
+++ b/
util/fipsdist.pl
@@
-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 };