diff options
author | Andy Polyakov <appro@openssl.org> | 2005-11-03 16:43:53 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-11-03 16:43:53 +0000 |
commit | 474b8a9716b184176e385d7c31f83ba78da5a21b (patch) | |
tree | 7d98f30e89720f446b444cfcc7595c5f2dd8613d /e_os.h | |
parent | 53261831f150268f901069f1340791f19ece2fe3 (diff) | |
download | openssl-new-474b8a9716b184176e385d7c31f83ba78da5a21b.tar.gz |
Make cygwin work in directories mounted with 'text' attribute.
Diffstat (limited to 'e_os.h')
-rw-r--r-- | e_os.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 <io.h> +# include <fcntl.h> +# endif # define OPENSSL_CONF "openssl.cnf" # define SSLEAY_CONF OPENSSL_CONF |