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:
419989d
)
get the filename right
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 24 Jun 2011 13:48:18 +0000
(13:48 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 24 Jun 2011 13:48:18 +0000
(13:48 +0000)
util/fipsdist.pl
patch
|
blob
|
history
diff --git
a/util/fipsdist.pl
b/util/fipsdist.pl
index 8df07f67941ed26418d6f2d98e724efb826919d7..df7a48f7fd817a09095366ed25ccfbe822ca20ed 100644
(file)
--- a/
util/fipsdist.pl
+++ b/
util/fipsdist.pl
@@
-20,7
+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;
+$tarobjs{"sparcv9
cap
.c"} = 1;
foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };