From 6665ef303e837ed45654d1b5dd42123e7a51b0f4 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 12 Oct 2008 14:04:34 +0000 Subject: [PATCH] Add missing DTLS1_BAD_VER (hope I got the value right). --- ssl/dtls1.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl/dtls1.h b/ssl/dtls1.h index 6548a98f03..1438b25131 100644 --- a/ssl/dtls1.h +++ b/ssl/dtls1.h @@ -68,6 +68,7 @@ extern "C" { #endif #define DTLS1_VERSION 0xFEFF +#define DTLS1_BAD_VER 0x0100 #if 0 /* this alert description is not specified anywhere... */ -- 2.34.1