summaryrefslogtreecommitdiff
path: root/src/lib/libssl/dtls1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/dtls1.h')
-rw-r--r--src/lib/libssl/dtls1.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h
index 2fbb815b6d..b0cf839b78 100644
--- a/src/lib/libssl/dtls1.h
+++ b/src/lib/libssl/dtls1.h
@@ -73,11 +73,6 @@ extern "C" {
73#define DTLS1_VERSION 0xFEFF 73#define DTLS1_VERSION 0xFEFF
74#define DTLS1_BAD_VER 0x0100 74#define DTLS1_BAD_VER 0x0100
75 75
76#if 0
77/* this alert description is not specified anywhere... */
78#define DTLS1_AD_MISSING_HANDSHAKE_MESSAGE 110
79#endif
80
81/* lengths of messages */ 76/* lengths of messages */
82#define DTLS1_COOKIE_LENGTH 256 77#define DTLS1_COOKIE_LENGTH 256
83 78