Fix the Win32_rename() function so it correctly
authorDr. Stephen Henson <steve@openssl.org>
Fri, 8 Mar 2002 19:06:36 +0000 (19:06 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 8 Mar 2002 19:06:36 +0000 (19:06 +0000)
commit25f350a058cea31ad772a0542f6f8f81094d074d
tree611e5c7a2bc9285afc9e02adf71c1891dd6dcfb0
parent121cb9ee38c83c34028d331b7d32015f22a0dd08
Fix the Win32_rename() function so it correctly
returns an error code. Use the same code in Win9X
and NT.

Fix some ca.c options so they work under Win32:
unlink/rename wont work under Win32 unless the file
is closed.
apps/apps.c
apps/ca.c