Delete duplicate entry.
[openssl.git] / ssl / dtls1.h
index e65d5011915b45cf9097e87dbe35b9ac6401bd76..c6edbe39f9cc1e666db453ebfb67c086c2987dfb 100644 (file)
@@ -85,6 +85,9 @@ extern "C" {
 
 #define DTLS1_VERSION                  0xFEFF
 #define DTLS1_BAD_VER                  0x0100
+#define DTLS1_2_VERSION                        0xFEFD
+/* Special value for method supporting multiple versions */
+#define DTLS_ANY_VERSION               0x1FFFF
 
 #if 0
 /* this alert description is not specified anywhere... */