diff options
| author | beck <> | 2014-04-13 23:05:18 +0000 |
|---|---|---|
| committer | beck <> | 2014-04-13 23:05:18 +0000 |
| commit | 9d346dca94e1cec09cd98f01e0431d371ef03467 (patch) | |
| tree | d11b2c06b5b2070fa398ce63cae8305e666b9072 /src/lib/libssl/dtls1.h | |
| parent | 837d17aa9cd1d51306cb29c073f22b3d55da8bb5 (diff) | |
| download | openbsd-9d346dca94e1cec09cd98f01e0431d371ef03467.tar.gz openbsd-9d346dca94e1cec09cd98f01e0431d371ef03467.tar.bz2 openbsd-9d346dca94e1cec09cd98f01e0431d371ef03467.zip | |
Flense a variety of windows support stuff, and a strange gettimeofday function.
ok deraadt@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/dtls1.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h index aa57e9aec4..3e0fe918a3 100644 --- a/src/lib/libssl/dtls1.h +++ b/src/lib/libssl/dtls1.h | |||
| @@ -62,18 +62,7 @@ | |||
| 62 | 62 | ||
| 63 | #include <openssl/buffer.h> | 63 | #include <openssl/buffer.h> |
| 64 | #include <openssl/pqueue.h> | 64 | #include <openssl/pqueue.h> |
| 65 | #ifdef OPENSSL_SYS_WIN32 | ||
| 66 | /* Needed for struct timeval */ | ||
| 67 | #include <winsock.h> | ||
| 68 | #elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_) | ||
| 69 | #include <sys/timeval.h> | ||
| 70 | #else | ||
| 71 | #if defined(OPENSSL_SYS_VXWORKS) | ||
| 72 | #include <sys/times.h> | ||
| 73 | #else | ||
| 74 | #include <sys/time.h> | 65 | #include <sys/time.h> |
| 75 | #endif | ||
| 76 | #endif | ||
| 77 | 66 | ||
| 78 | #ifdef __cplusplus | 67 | #ifdef __cplusplus |
| 79 | extern "C" { | 68 | extern "C" { |
