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:
417d5af
)
Build fips_premain_dso.exe in static build too.
OpenSSL_FIPS_1_0
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 7 Feb 2006 17:14:04 +0000
(17:14 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 7 Feb 2006 17:14:04 +0000
(17:14 +0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 8f9d686b33806e9e619e8b2016efc4cc8b9073c0..9f1af5679611ae74c908a600f198a4070681b1bd 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-398,7
+398,7
@@
if ($fips)
{
if (!$shlib)
{
- $ex_build_targets .= " \$(LIB_D)$o$crypto_compat";
+ $ex_build_targets .= " \$(LIB_D)$o$crypto_compat
\$(PREMAIN_DSO_EXE)
";
$ex_l_libs .= " \$(O_FIPSCANISTER)";
}
if ($fipslibpath eq "")