From: Daniel Stenberg Date: Thu, 16 Mar 2000 11:41:27 +0000 (+0000) Subject: makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen() X-Git-Tag: curl-6_5_1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d48939c0c06fb9ca7e4df7d4d16c5f8b331c3bcb;p=thirdparty%2Fcurl.git makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen() --- diff --git a/lib/ssluse.c b/lib/ssluse.c index 17bec70da0..0eae0a93c1 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -169,7 +169,7 @@ UrgSSLConnect (struct UrlData *data) #endif { /* We need to seed the PRNG properly! */ -#ifdef WIN32 +#ifdef HAVE_RAND_SCREEN /* This one gets a random value by reading the currently shown screen */ RAND_screen(); #else