fixed type mismatch for ssl_certificate_request event

This commit is contained in:
Vern Paxson 2023-04-01 12:56:54 -07:00
parent b16195d130
commit 9560e38784
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
@load base/protocols/ssl
@load base/protocols/mysql
event ssl_certificate_request(c: connection, is_client: bool, certificate_types: index_vec, supported_signature_algorithms: SSL::SignatureAndHashAlgorithm, certificate_authorities: string_vec)
event ssl_certificate_request(c: connection, is_client: bool, certificate_types: index_vec, supported_signature_algorithms: signature_and_hashalgorithm_vec, certificate_authorities: string_vec)
{
print certificate_types;
print supported_signature_algorithms;