Bump TLS1_3_VERSION_DRAFT for draft-23
[openssl.git] / util / perl / TLSProxy / Record.pm
index 61ac8e2d7b60a7c5336610e2e8e3e971a3576da7..47daf92d3193af04f440c8c7364e74e72f1d87a0 100644 (file)
@@ -36,7 +36,7 @@ my %record_type = (
 
 use constant {
     VERS_TLS_1_4 => 0x0305,
-    VERS_TLS_1_3_DRAFT => 0x7f16,
+    VERS_TLS_1_3_DRAFT => 0x7f17,
     VERS_TLS_1_3 => 0x0304,
     VERS_TLS_1_2 => 0x0303,
     VERS_TLS_1_1 => 0x0302,