X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=ssl%2Fdtls1.h;h=2b1d1e7c68299e880e60c4e92d785a8e1ab06194;hb=ffbfbef94353d297cf6acd9081bb1f13dd8266e1;hp=2900d1d8ae85fd22303ae48b316f4295740c5c6f;hpb=e9be051f3a248485a1e25f0babff9f642b6ba1a5;p=openssl.git diff --git a/ssl/dtls1.h b/ssl/dtls1.h index 2900d1d8ae..2b1d1e7c68 100644 --- a/ssl/dtls1.h +++ b/ssl/dtls1.h @@ -57,8 +57,8 @@ * */ -#ifndef HEADER_DTLS1_H -#define HEADER_DTLS1_H +#ifndef HEADER_DTLS1_H +#define HEADER_DTLS1_H #include #include @@ -72,8 +72,12 @@ #elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_) #include #else +#if defined(OPENSSL_SYS_VXWORKS) +#include +#else #include #endif +#endif #ifdef __cplusplus extern "C" { @@ -105,6 +109,8 @@ extern "C" { #define DTLS1_AL_HEADER_LENGTH 2 #endif +#ifndef OPENSSL_NO_SSL_INTERN + typedef struct dtls1_bitmap_st { @@ -253,6 +259,7 @@ typedef struct dtls1_record_data_st SSL3_RECORD rrec; } DTLS1_RECORD_DATA; +#endif /* Timeout multipliers (timeout slice is defined in apps/timeouts.h */ #define DTLS1_TMO_READ_COUNT 2