mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
SSL main.zeek - fix indentation
No functional changes
This commit is contained in:
parent
5ef6902331
commit
3caa49023f
1 changed files with 4 additions and 4 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue