From b452f43322d1a39cc23526948fe67918f0a034a7 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 19 Apr 2009 18:03:13 +0000 Subject: PR: 1751 Submitted by: David Woodhouse Approved by: steve@openssl.org Compatibility patches for Cisco VPN client DTLS. --- ssl/dtls1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ssl/dtls1.h') diff --git a/ssl/dtls1.h b/ssl/dtls1.h index cb8bd7cdfe..2066638f94 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... */ -- cgit v1.2.3