Allow longer program names (VMS allows up to 39 characters).
[openssl.git] / INSTALL.W32
index 081eced313b989f1851f5a156fe662cb12c8bd09..0d71a46bdf4f20bd938aab4f7885ac2acf09ad9f 100644 (file)
@@ -81,7 +81,7 @@
 
  There are various changes you can make to the Win32 compile environment. By
  default the library is not compiled with debugging symbols. If you add 'debug'
- to the mk1mk.pl lines in the do_* batch file then debugging symbols will be
+ to the mk1mf.pl lines in the do_* batch file then debugging symbols will be
  compiled in.
 
  The default Win32 environment is to leave out any Windows NT specific
 
  * $ tar zxvf openssl-x.x.x.tar.gz
    $ cd openssl-x.x.x
-   $ ./Configure Cygwin
+   $ ./config
    [...]
    $ make
    [...]