Update the record layer to use TLSv1.3 style record construction
[openssl.git] / util / TLSProxy / Proxy.pm
index be9f8f88a088ae4147a2f88965ab3b4d88c34493..ccfc5c9b2ff86b55f447231063046a7d69c05510 100644 (file)
@@ -343,7 +343,7 @@ sub process_packet
         if ($record->flight != $self->flight) {
             next;
         }
-        $packet .= $record->reconstruct_record();
+        $packet .= $record->reconstruct_record($server);
     }
 
     $self->{flight} = $self->{flight} + 1;