Fix email address delete code.
[openssl.git] / INSTALL.W32
index 618a5107bb85ab0c18e37c16b37d2c20e8fd66c0..b29e026e46cbff7a647b3f4b0af9138ab17704bf 100644 (file)
  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.