mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen()
This commit is contained in:
parent
0aa3f705c2
commit
d48939c0c0
@ -169,7 +169,7 @@ UrgSSLConnect (struct UrlData *data)
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
/* We need to seed the PRNG properly! */
|
/* 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 */
|
/* This one gets a random value by reading the currently shown screen */
|
||||||
RAND_screen();
|
RAND_screen();
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user