diff options
author | Dr. Stephen Henson <steve@openssl.org> | 1999-05-09 00:46:51 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 1999-05-09 00:46:51 +0200 |
commit | a5ab0532caf9a11f20eeb49b78ddc8e90f64a418 (patch) | |
tree | 342738b8653ea2833844035a0a6956e335a044a8 /INSTALL.W32 | |
parent | Allows PKCS#12 password to be placed on command line and add allow config (diff) | |
download | openssl-a5ab0532caf9a11f20eeb49b78ddc8e90f64a418.tar.xz openssl-a5ab0532caf9a11f20eeb49b78ddc8e90f64a418.zip |
Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for a
Win32 version of rename() ). There isn't a precise rename() equivalent under
Win95: the standard rename() complains if the destination already exists so
replaced with a combination of unlink() and MoveFile().
Diffstat (limited to 'INSTALL.W32')
-rw-r--r-- | INSTALL.W32 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL.W32 b/INSTALL.W32 index 3da0cb4477..8246e41605 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -117,10 +117,7 @@ someone forgot to add a function to the header file. In this latter case check out the header file to see if the function is - defined in the header file: it should be defined twice: once with ANSI - prototypes and once without. If its missing from the non ASNI section then - add an entry for it: check that ms\do_ms now reports missing numbers and - update the numbers as above. + defined in the header file. If you get warnings in the code then the compilation will halt. @@ -140,7 +137,9 @@ -------------------------------------------------------------------------------- The orignal Windows build instructions from SSLeay follow. -Note: some of this may be out of date and no longer applicable +Note: some of this may be out of date and no longer applicable. In particular +the Crypto_malloc_init() comment appears to be wrong: you always need to use +the same runtime library as the DLL itself. -------------------------------------------------------------------------------- The Microsoft World. |