Commit a4792168 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Update VC-32.pl and load CryptoAPI engine in the right place.

parent 90b96776
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,9 +108,9 @@ void ENGINE_load_builtin_engines(void)
#ifndef OPENSSL_NO_GMP
	ENGINE_load_gmp();
#endif
#endif
#if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG)
	ENGINE_load_capi();
#endif
#endif
	}

+1 −1
Original line number Diff line number Diff line
@@ -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.