SSL main.zeek - fix indentation

No functional changes
This commit is contained in:
Johanna Amann 2025-02-06 16:15:58 +00:00
parent 5ef6902331
commit 3caa49023f

View file

@ -176,10 +176,10 @@ redef record connection += {
}; };
redef record Info += { redef record Info += {
# Adding a string "token" to this set will cause the SSL script # Adding a string "token" to this set will cause the SSL script
# to delay logging the record until either the token has been removed or # to delay logging the record until either the token has been removed or
# the record has been delayed. # the record has been delayed.
delay_tokens: set[string] &optional; delay_tokens: set[string] &optional;
}; };
const ssl_ports = { const ssl_ports = {