summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-10-12 14:04:34 +0000
committerBen Laurie <ben@openssl.org>2008-10-12 14:04:34 +0000
commit6665ef303e837ed45654d1b5dd42123e7a51b0f4 (patch)
tree15630eae2527f74f4c8ca49fb3c48bca7b17164e
parent7e7af0bc516fffbb28b0eb659bfd896a2c051073 (diff)
Add missing DTLS1_BAD_VER (hope I got the value right).
-rw-r--r--ssl/dtls1.h1
1 files changed, 1 insertions, 0 deletions
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... */