Commit d48939c0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen()

parent 0aa3f705
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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