X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=INSTALL.W32;h=b29e026e46cbff7a647b3f4b0af9138ab17704bf;hp=618a5107bb85ab0c18e37c16b37d2c20e8fd66c0;hb=467889703a79df3ff98a1913b7556c41130025a4;hpb=889a54c4671acbf59adc399831525e50a5902580 diff --git a/INSTALL.W32 b/INSTALL.W32 index 618a5107bb..b29e026e46 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -257,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.