summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-19 00:12:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-19 00:12:36 +0000
commitf68854b4c344ed6ebf1893055bd63654849996e1 (patch)
tree6ff42991d0bc7b4bfbcf69cc5736c49a52650de6 /apps/apps.c
parent1cfd258ed61721ef667ea8a6ca46b57f3765007e (diff)
Various Win32 and other fixes for warnings and compilation errors.
Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
Diffstat (limited to 'apps/apps.c')
-rw-r--r--apps/apps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.c b/apps/apps.c
index 988bb6e941..fb9f72fbea 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -2146,7 +2146,7 @@ error:
/* This code MUST COME AFTER anything that uses rename() */
#ifdef OPENSSL_SYS_WIN32
-int WIN32_rename(char *from, char *to)
+int WIN32_rename(const char *from, const char *to)
{
#ifndef OPENSSL_SYS_WINCE
/* Windows rename gives an error if 'to' exists, so delete it