summaryrefslogtreecommitdiff
path: root/lib/ssl/ssl3prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/ssl3prot.h')
-rw-r--r--lib/ssl/ssl3prot.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/ssl/ssl3prot.h b/lib/ssl/ssl3prot.h
index f46b9cfe5..bfaa10d3f 100644
--- a/lib/ssl/ssl3prot.h
+++ b/lib/ssl/ssl3prot.h
@@ -13,10 +13,8 @@
typedef PRUint16 SSL3ProtocolVersion;
/* version numbers are defined in sslproto.h */
-/* The TLS 1.3 draft version. Used to avoid negotiating
- * between incompatible pre-standard TLS 1.3 drafts.
- * TODO(ekr@rtfm.com): Remove when TLS 1.3 is published. */
-#define TLS_1_3_DRAFT_VERSION 28
+/* DTLS 1.3 is still a draft. */
+#define DTLS_1_3_DRAFT_VERSION 28
typedef PRUint16 ssl3CipherSuite;
/* The cipher suites are defined in sslproto.h */