summaryrefslogtreecommitdiffstats
path: root/ssl/dtls1.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-09-30 18:53:54 +0000
committerAndy Polyakov <appro@openssl.org>2007-09-30 18:53:54 +0000
commit7432d073af97539e5a2c8b0f1ff254d6b53c9682 (patch)
treee9b5dc26f8cb6a250b9f3fc2c4366518b75930e2 /ssl/dtls1.h
parent04e2ab2c02aebcfd3d6eab1ea6c0dbcaa9877cad (diff)
Switch to RFC-compliant version encoding in DTLS.
Diffstat (limited to 'ssl/dtls1.h')
-rw-r--r--ssl/dtls1.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index c5b1b9cab5..fdf97052de 100644
--- a/ssl/dtls1.h
+++ b/ssl/dtls1.h
@@ -67,9 +67,7 @@
extern "C" {
#endif
-#define DTLS1_VERSION 0x0100
-#define DTLS1_VERSION_MAJOR 0x01
-#define DTLS1_VERSION_MINOR 0x00
+#define DTLS1_VERSION 0xFEFF
#if 0
#define DTLS1_AD_MISSING_HANDSHAKE_MESSAGE 110