aboutsummaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-10-26 14:49:12 +0000
committerBodo Möller <bodo@openssl.org>1999-10-26 14:49:12 +0000
commitc1e744b9125a883450c2239ec55ea606c618a5c0 (patch)
treef3c8165ffde0c3e380171cee62001e2794d7cb63 /e_os.h
parent847c52e47f76250d0a6f5c216395a72c1a8f35d6 (diff)
downloadopenssl-c1e744b9125a883450c2239ec55ea606c618a5c0.zip
openssl-c1e744b9125a883450c2239ec55ea606c618a5c0.tar.gz
openssl-c1e744b9125a883450c2239ec55ea606c618a5c0.tar.bz2
Make md_rand.c more robust.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 96ce4cf..69068bd 100644
--- a/e_os.h
+++ b/e_os.h
@@ -246,6 +246,7 @@ extern "C" {
# else
/* !defined VMS */
# include OPENSSL_UNISTD
+# include <sys/types.h>
# define OPENSSL_CONF "openssl.cnf"
# define SSLEAY_CONF OPENSSL_CONF
@@ -294,7 +295,6 @@ extern HINSTANCE _hInstance;
# else
-# include <sys/types.h>
# ifndef VMS
# include <sys/param.h>
# endif