Missing pointer in the eng_table_register function. Reported by
[openssl.git] / INSTALL.W32
index e30e8ee6c97e00d0e5a824a6403c34cd8a139e98..b29e026e46cbff7a647b3f4b0af9138ab17704bf 100644 (file)
 
  * 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
 
  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.