summaryrefslogtreecommitdiff
path: root/libressl/include/openssl/dtls1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libressl/include/openssl/dtls1.h')
-rw-r--r--libressl/include/openssl/dtls1.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libressl/include/openssl/dtls1.h b/libressl/include/openssl/dtls1.h
index 31ba065..a0018f2 100644
--- a/libressl/include/openssl/dtls1.h
+++ b/libressl/include/openssl/dtls1.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dtls1.h,v 1.21 2017/01/22 07:16:39 beck Exp $ */
+/* $OpenBSD: dtls1.h,v 1.22 2018/08/24 19:35:05 jsing Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
@@ -91,11 +91,7 @@ extern "C" {
#define DTLS1_CCS_HEADER_LENGTH 1
-#ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE
-#define DTLS1_AL_HEADER_LENGTH 7
-#else
#define DTLS1_AL_HEADER_LENGTH 2
-#endif
#ifndef OPENSSL_NO_SSL_INTERN