diff options
author | mpi <> | 2014-04-13 21:11:19 +0000 |
---|---|---|
committer | mpi <> | 2014-04-13 21:11:19 +0000 |
commit | 3d8036a72e4d1e91fc354eb6336d3459e1ee7c9c (patch) | |
tree | 1dfda1f42bb153069c45620d1c4a0e984040d299 /src/lib/libssl/ssl_locl.h | |
parent | 055493ad24265ed26872a3a87865dd61fa3b713f (diff) | |
download | openbsd-3d8036a72e4d1e91fc354eb6336d3459e1ee7c9c.tar.gz openbsd-3d8036a72e4d1e91fc354eb6336d3459e1ee7c9c.tar.bz2 openbsd-3d8036a72e4d1e91fc354eb6336d3459e1ee7c9c.zip |
Do not include "e_os.h" anymore. Simply pull in the necessary headers.
ok miod@, deraadt@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index e485907748..e7fecbc3cb 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -142,13 +142,17 @@ | |||
142 | 142 | ||
143 | #ifndef HEADER_SSL_LOCL_H | 143 | #ifndef HEADER_SSL_LOCL_H |
144 | #define HEADER_SSL_LOCL_H | 144 | #define HEADER_SSL_LOCL_H |
145 | |||
146 | #include <sys/types.h> | ||
147 | |||
145 | #include <stdlib.h> | 148 | #include <stdlib.h> |
146 | #include <time.h> | 149 | #include <time.h> |
147 | #include <string.h> | 150 | #include <string.h> |
148 | #include <errno.h> | 151 | #include <errno.h> |
152 | #include <unistd.h> | ||
149 | 153 | ||
150 | #include "e_os.h" | 154 | #include <openssl/opensslconf.h> |
151 | 155 | #include <openssl/e_os2.h> | |
152 | #include <openssl/buffer.h> | 156 | #include <openssl/buffer.h> |
153 | #ifndef OPENSSL_NO_COMP | 157 | #ifndef OPENSSL_NO_COMP |
154 | #include <openssl/comp.h> | 158 | #include <openssl/comp.h> |