From 912fd9b165f2417836b0c2b0b3c0cd11a90354c2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Mar 2000 11:33:39 +0000 Subject: [PATCH] RAND_SCREEN is only available for win32 SSL users --- config-win32.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-win32.h b/config-win32.h index 04d58c3ad..36b596d8e 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