summaryrefslogtreecommitdiffstats
path: root/test/recipes
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:14:19 +0100
commit35c2aca31f943bf35a425128fb7068d52309bc94 (patch)
tree64996ea4150fba86e8bfe689ab9ff040eff69986 /test/recipes
parent9e4a7023aa1d713969879110caa25338390ef68e (diff)
Add missing parameter.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit 243ecf19ddc0dc2366de1be5c404d66d483b196d)
Diffstat (limited to 'test/recipes')
-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,