Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-02-07 20:14:04 +0300
committerDr. Stephen Henson <steve@openssl.org>2006-02-07 20:14:04 +0300
commitbf059c2efc4db5c09970fd3d2c392432b0ac6a12 (patch)
treebd0b968eae29dd1ef2628cf8d71e91057ffdcc6c
parent417d5af7c7d65850bb4e98035eaac6cb5d0f129c (diff)
Build fips_premain_dso.exe in static build too.OpenSSL_FIPS_1_0
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 8f9d686b33..9f1af56796 100755
--- 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 "")