Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl
[openssl.git] / util / pl / VC-32.pl
index 8c7c9f8a132e67b29909e31f47b648cf18289fb3..8ed650857eca4a941fe0673fab59c8e5d553c5a2 100644 (file)
@@ -3,17 +3,17 @@
 # Win64 and WinCE [follow $FLAVOR variable to trace the differences].
 #
 
-$ssl=  "ssleay32";
-$crypto="libeay32";
+$ssl=  "libssl32";
+$crypto="libcrypto32";
 
 if ($fips && !$shlib)
        {
-       $crypto="libeayfips32";
-       $crypto_compat = "libeaycompat32.lib";
+       $crypto="libcryptofips32";
+       $crypto_compat = "libcryptocompat32.lib";
        }
 else
        {
-       $crypto="libeay32";
+       $crypto="libcrypto32";
        }
 
 if ($fipscanisterbuild)