mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
confluence fix for inlining
This commit is contained in:
parent
24bbc024c1
commit
71364bd112
6 changed files with 68 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue