From: Daniel Stenberg Date: Thu, 16 Mar 2000 11:33:39 +0000 (+0000) Subject: RAND_SCREEN is only available for win32 SSL users X-Git-Tag: curl-6_5_1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=912fd9b165f2417836b0c2b0b3c0cd11a90354c2;p=thirdparty%2Fcurl.git RAND_SCREEN is only available for win32 SSL users --- diff --git a/config-win32.h b/config-win32.h index 04d58c3ad1..36b596d8ed 100644 --- a/config-win32.h +++ b/config-win32.h @@ -169,3 +169,6 @@ /* Define if you have the setvbuf function. */ #define HAVE_SETVBUF 1 + +/* Define if you have the RAND_screen function when using SSL */ +#define HAVE_RAND_SCREEN 1