Build fips_premain_dso.exe in static build too. OpenSSL_FIPS_1_0
authorDr. Stephen Henson <steve@openssl.org>
Tue, 7 Feb 2006 17:14:04 +0000 (17:14 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 7 Feb 2006 17:14:04 +0000 (17:14 +0000)
util/mk1mf.pl

index 8f9d686b33806e9e619e8b2016efc4cc8b9073c0..9f1af5679611ae74c908a600f198a4070681b1bd 100755 (executable)
@@ -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 "")