summaryrefslogtreecommitdiffstats
path: root/util/TLSProxy/ServerHello.pm
diff options
context:
space:
mode:
Diffstat (limited to 'util/TLSProxy/ServerHello.pm')
-rw-r--r--util/TLSProxy/ServerHello.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/TLSProxy/ServerHello.pm b/util/TLSProxy/ServerHello.pm
index 40f04c2313..5a038c902b 100644
--- a/util/TLSProxy/ServerHello.pm
+++ b/util/TLSProxy/ServerHello.pm
@@ -51,7 +51,7 @@ sub parse
$server_version = TLSProxy::Record::VERS_TLS_1_3;
TLSProxy::Proxy->is_tls13(1);
}
-
+
my $random = substr($self->data, $ptr, 32);
$ptr += 32;
my $session_id_len = 0;