confluence fix for inlining

This commit is contained in:
Vern Paxson 2023-11-29 12:21:19 -08:00
parent 24bbc024c1
commit 71364bd112
6 changed files with 68 additions and 16 deletions

View file

@ -137,7 +137,7 @@ event ssl_extension_supported_versions(c: connection, is_client: bool, versions:
c$ssl$server_supported_version = versions[0];
}
event ssl_extension_psk_key_exchange_modes(c: connection, is_client: bool, modes: index_vec)
event ssl_extension_psk_key_exchange_modes(c: connection, is_client: bool, modes: index_vec)
{
if ( ! c?$ssl || ! is_client )
return;