diff options
Diffstat (limited to 'src/lib/libssl/dtls1.h')
-rw-r--r-- | src/lib/libssl/dtls1.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h index 1d65dc5821..5aed28e99a 100644 --- a/src/lib/libssl/dtls1.h +++ b/src/lib/libssl/dtls1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dtls1.h,v 1.17 2015/02/09 10:53:28 jsing Exp $ */ | 1 | /* $OpenBSD: dtls1.h,v 1.18 2015/09/10 17:57:50 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. |
@@ -73,7 +73,6 @@ extern "C" { | |||
73 | #endif | 73 | #endif |
74 | 74 | ||
75 | #define DTLS1_VERSION 0xFEFF | 75 | #define DTLS1_VERSION 0xFEFF |
76 | #define DTLS1_BAD_VER 0x0100 | ||
77 | 76 | ||
78 | /* lengths of messages */ | 77 | /* lengths of messages */ |
79 | #define DTLS1_COOKIE_LENGTH 256 | 78 | #define DTLS1_COOKIE_LENGTH 256 |