Move the definition of Win32_rename(), since the macro rename gets undefined
authorRichard Levitte <levitte@openssl.org>
Thu, 25 Mar 2004 20:09:02 +0000 (20:09 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 25 Mar 2004 20:09:02 +0000 (20:09 +0000)
commit5cf7908a86a4242bb3edb8c1cd429884ca8dbc60
tree6515403459fa0314712190681f8acb6936524365
parentb7e3c73d7ce749665e2184a629cadcdfbe431316
Move the definition of Win32_rename(), since the macro rename gets undefined
in the middle of the code on Windows, and that disrupts operations in functions
later that use rename()...
PR: 853
apps/apps.c