Update the TLSv1.3 draft version indicators to draft 22
[oweals/openssl.git] / util / perl / TLSProxy / Record.pm
index 5017c9094cd2ff844daa9e68bd481b16d9fbd739..c5583082daadda89029378aab03959d1d7236d26 100644 (file)
@@ -36,7 +36,7 @@ my %record_type = (
 
 use constant {
     VERS_TLS_1_4 => 0x0305,
-    VERS_TLS_1_3_DRAFT => 0x7f15,
+    VERS_TLS_1_3_DRAFT => 0x7f16,
     VERS_TLS_1_3 => 0x0304,
     VERS_TLS_1_2 => 0x0303,
     VERS_TLS_1_1 => 0x0302,