From 474b8a9716b184176e385d7c31f83ba78da5a21b Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 3 Nov 2005 16:43:53 +0000 Subject: Make cygwin work in directories mounted with 'text' attribute. --- e_os.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'e_os.h') diff --git a/e_os.h b/e_os.h index 5068d1bd74..25e9e625f0 100644 --- a/e_os.h +++ b/e_os.h @@ -408,6 +408,10 @@ static unsigned int _strlen31(const char *str) # define setvbuf(a, b, c, d) setbuffer((a), (b), (d)) typedef unsigned long clock_t; # endif +# ifdef OPENSSL_SYS_WIN32_CYGWIN +# include +# include +# endif # define OPENSSL_CONF "openssl.cnf" # define SSLEAY_CONF OPENSSL_CONF -- cgit v1.2.3