Various Win32 and other fixes for warnings and compilation errors.

Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
This commit is contained in:
Dr. Stephen Henson
2005-04-19 00:12:36 +00:00
parent 1cfd258ed6
commit f68854b4c3
8 changed files with 11 additions and 9 deletions

View File

@@ -558,7 +558,8 @@ int RAND_poll(void)
if (module_first(handle, &m))
do
RAND_add(&m, m.dwSize, 9);
while (module_next(handle, &m) && GetTickCount < stoptime);
while (module_next(handle, &m)
&& (GetTickCount() < stoptime));
if (close_snap)
close_snap(handle);
else