Add missing parameter.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
f3ea8d7708
commit
243ecf19dd
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ sub add_maximal_padding_filter
|
|||
TLSProxy::Record::RT_APPLICATION_DATA,
|
||||
TLSProxy::Record::VERS_TLS_1_2,
|
||||
length($data),
|
||||
0,
|
||||
length($data),
|
||||
$plaintext_len,
|
||||
$data,
|
||||
|
|
Loading…
Reference in a new issue