]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen()
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Mar 2000 11:41:27 +0000 (11:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Mar 2000 11:41:27 +0000 (11:41 +0000)
lib/ssluse.c

index 17bec70da0b4e5fb6e24aabb21512b3febc673d3..0eae0a93c10cc99e47508a8ae58a2ce3995c6520 100644 (file)
@@ -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