diff options
Diffstat (limited to 'src/lib/libssl/dtls1.h')
| -rw-r--r-- | src/lib/libssl/dtls1.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h index c7b2d3af76..cc672a5934 100644 --- a/src/lib/libssl/dtls1.h +++ b/src/lib/libssl/dtls1.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: dtls1.h,v 1.21 2017/01/22 07:16:39 beck Exp $ */ | 1 | /* $OpenBSD: dtls1.h,v 1.22 2018/08/24 19:35:05 jsing Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
| 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
| @@ -87,11 +87,7 @@ extern "C" { | |||
| 87 | 87 | ||
| 88 | #define DTLS1_CCS_HEADER_LENGTH 1 | 88 | #define DTLS1_CCS_HEADER_LENGTH 1 |
| 89 | 89 | ||
| 90 | #ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE | ||
| 91 | #define DTLS1_AL_HEADER_LENGTH 7 | ||
| 92 | #else | ||
| 93 | #define DTLS1_AL_HEADER_LENGTH 2 | 90 | #define DTLS1_AL_HEADER_LENGTH 2 |
| 94 | #endif | ||
| 95 | 91 | ||
| 96 | #ifndef OPENSSL_NO_SSL_INTERN | 92 | #ifndef OPENSSL_NO_SSL_INTERN |
| 97 | 93 | ||
