Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for a
authorDr. Stephen Henson <steve@openssl.org>
Sat, 8 May 1999 22:46:51 +0000 (22:46 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 8 May 1999 22:46:51 +0000 (22:46 +0000)
commita5ab0532caf9a11f20eeb49b78ddc8e90f64a418
tree342738b8653ea2833844035a0a6956e335a044a8
parente40b7abeed32f51f57e4578254aa1559762a8ea2
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().
INSTALL.W32
apps/apps.c
crypto/x509/x509_obj.c
ssl/ssl_cert.c
util/libeay.num
util/mkdef.pl
util/ssleay.num