From 01c76c6606c51013222626875218e0f1ed5bcc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Sat, 7 Jan 2006 20:44:29 +0000 Subject: There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE. For now, anyway. --- ssl/dtls1.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ssl/dtls1.h') diff --git a/ssl/dtls1.h b/ssl/dtls1.h index 284e531bd3..c5b1b9cab5 100644 --- a/ssl/dtls1.h +++ b/ssl/dtls1.h @@ -71,7 +71,9 @@ extern "C" { #define DTLS1_VERSION_MAJOR 0x01 #define DTLS1_VERSION_MINOR 0x00 +#if 0 #define DTLS1_AD_MISSING_HANDSHAKE_MESSAGE 110 +#endif /* lengths of messages */ #define DTLS1_COOKIE_LENGTH 32 -- cgit v1.2.3