Fix the Win32_rename() function so it correctly
authorDr. Stephen Henson <steve@openssl.org>
Fri, 8 Mar 2002 19:11:15 +0000 (19:11 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 8 Mar 2002 19:11:15 +0000 (19:11 +0000)
commit26e123738028da5e767cbf7e71c6af114cab6ec3
treea95648c8bb098f3d88641d1435faa099eaf7ff88
parent4882171df5ba7cb8735b685478a008df25eef47a
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