Update code for the final RFC version of TLSv1.3 (RFC8446)
[openssl.git] / util / perl / TLSProxy / Record.pm
index 8db50d0bffea4e93922faa29d7badaee78099413..0a280cb269961bf750798ba89753d9d252368544 100644 (file)
@@ -36,7 +36,6 @@ my %record_type = (
 
 use constant {
     VERS_TLS_1_4 => 0x0305,
-    VERS_TLS_1_3_DRAFT => 0x7f1c,
     VERS_TLS_1_3 => 0x0304,
     VERS_TLS_1_2 => 0x0303,
     VERS_TLS_1_1 => 0x0302,