Add support for more recent WCE SDK.
[openssl.git] / apps / apps.h
index b9bb91c1862565da61dfedc9842b835d65c1fe29..26dcbc5771d5ca1888830468e6d8c66fbcf8fd18 100644 (file)
@@ -136,7 +136,7 @@ long app_RAND_load_files(char *file); /* `file' is a list of files to read,
 
 #ifdef OPENSSL_SYS_WIN32
 #define rename(from,to) WIN32_rename((from),(to))
-int WIN32_rename(char *oldname,char *newname);
+int WIN32_rename(const char *oldname,const char *newname);
 #endif
 
 #ifndef MONOLITH