Move the definition of Win32_rename(), since the macro rename gets undefined
authorRichard Levitte <levitte@openssl.org>
Thu, 25 Mar 2004 20:09:00 +0000 (20:09 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 25 Mar 2004 20:09:00 +0000 (20:09 +0000)
commitd530017c003890695977e3a9bfd62e420f943b83
tree8903cd703f90a746ed19ae8005b145c1c3cffc85
parentfd9fa844e21b08b6038e7175f05fbd9be815d3df
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