X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=INSTALL.W32;h=b29e026e46cbff7a647b3f4b0af9138ab17704bf;hp=e30e8ee6c97e00d0e5a824a6403c34cd8a139e98;hb=752938daabf4279b6983721f3af0c94889b82eed;hpb=03dbae0d209be516e693102b9f64b16c9b19a3ba diff --git a/INSTALL.W32 b/INSTALL.W32 index e30e8ee6c9..b29e026e46 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -149,7 +149,8 @@ * Install CygWin32 (see http://sourceware.cygnus.com/cygwin) - * Install Perl and ensure it is in the path + * Install Perl and ensure it is in the path (recent Cygwin perl or + ActivePerl) * Run the CygWin bash shell @@ -256,5 +257,5 @@ malloc(), free() and realloc() as the application. However there are many standard library functions used by OpenSSL that call malloc() internally (e.g. fopen()), and OpenSSL cannot change these; so in general you cannot - rely on CYRPTO_malloc_init() solving your problem, and you should + rely on CRYPTO_malloc_init() solving your problem, and you should consistently use the multithreaded library.