Update VC-32.pl and load CryptoAPI engine in the right place.
[openssl.git] / util / pl / VC-32.pl
index 23f8d190debe4e7aed9d107484841ffa82c327f5..7db1d51a8f5e5478ef30752447fd08828ff7e636 100644 (file)
@@ -154,7 +154,7 @@ if ($FLAVOR =~ /CE/)
        }
 else
        {
-       $ex_libs.=' gdi32.lib advapi32.lib user32.lib';
+       $ex_libs.=' gdi32.lib advapi32.lib crypt32.lib user32.lib';
        $ex_libs.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
        # WIN32 UNICODE build gets linked with unicows.lib for
        # backward compatibility with Win9x.