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/d1_lib.c | |
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/d1_lib.c')
-rw-r--r-- | src/lib/libssl/d1_lib.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libssl/d1_lib.c b/src/lib/libssl/d1_lib.c index 106939f241..7565ce7e36 100644 --- a/src/lib/libssl/d1_lib.c +++ b/src/lib/libssl/d1_lib.c | |||
@@ -57,8 +57,12 @@ | |||
57 | * | 57 | * |
58 | */ | 58 | */ |
59 | 59 | ||
60 | #include <sys/param.h> | ||
61 | #include <sys/socket.h> | ||
62 | |||
63 | #include <netinet/in.h> | ||
64 | |||
60 | #include <stdio.h> | 65 | #include <stdio.h> |
61 | #define USE_SOCKETS | ||
62 | #include <openssl/objects.h> | 66 | #include <openssl/objects.h> |
63 | #include "ssl_locl.h" | 67 | #include "ssl_locl.h" |
64 | 68 | ||