Do as the apps/apps.h prototypes:
--- apps\apps.c.orig Sun Apr 09 12:00:11 2006
+++ apps\apps.c Wed Apr 12 17:57:37 2006
@@ -2673,7 +2673,7 @@
#endif
#if defined(_WIN32) && defined(STD_OUTPUT_HANDLE)
-int raw_write_stdout(void *buf,int siz)
+int raw_write_stdout(const void *buf,int siz)
{
DWORD n;
if (WriteFile(GetStdHandle(STD_OUTPUT_HANDLE),buf,siz,&n,NULL))
--gv
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]