summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-08-25 01:55:48 -0400
committerMatt Caswell <matt@openssl.org>2016-09-26 23:10:29 +0100
commit243ecf19ddc0dc2366de1be5c404d66d483b196d (patch)
tree93b362ea0671645fdacdae20f3675a3ba7e297b5 /test
parentf3ea8d77080580979be086d97879ebc8b72f970a (diff)
Add missing parameter.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/recipes/70-test_sslcbcpadding.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/70-test_sslcbcpadding.t b/test/recipes/70-test_sslcbcpadding.t
index 4db4395a58..fdaa46680c 100644
--- a/test/recipes/70-test_sslcbcpadding.t
+++ b/test/recipes/70-test_sslcbcpadding.t
@@ -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,