Fix to Win32 build system.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 21 Feb 2007 16:53:55 +0000 (16:53 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 21 Feb 2007 16:53:55 +0000 (16:53 +0000)
util/mk1mf.pl
util/pl/VC-32.pl

index 46e75b4552698826a1b031b830bf385610214d75..9212ecf2f990302706891bed7cc7034a0a6a4165 100755 (executable)
@@ -1250,3 +1250,4 @@ sub fips_check_files
                }
        fipslib_error() if ($ret == 0);
        }
+
index d933a1f56ea35f2436077d51e94920cd5c609980..e2713e5f9f289a5aa76dac0d95ecd94b60e47159 100644 (file)
@@ -154,7 +154,7 @@ sub do_lib_rule
                my $ex = "";            
                if ($target =~ /O_SSL/)
                        {
-                       $ex = " \$(L_CRYPTO)";
+                       $ex .= " \$(L_CRYPTO)";
                        $ex .= " \$(L_FIPS)" if $fipsdso;
                        }
                my $fipstarget;