projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ea8d7
)
Add missing parameter.
author
David Benjamin
<davidben@google.com>
Thu, 25 Aug 2016 05:55:48 +0000
(
01:55
-0400)
committer
Matt Caswell
<matt@openssl.org>
Mon, 26 Sep 2016 22:10:29 +0000
(23:10 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
test/recipes/70-test_sslcbcpadding.t
patch
|
blob
|
history
diff --git
a/test/recipes/70-test_sslcbcpadding.t
b/test/recipes/70-test_sslcbcpadding.t
index 4db4395a584a14ce418fb638ec4a15eae02f2e9b..fdaa46680ce8003b82d066c66abbe57ec4839495 100644
(file)
--- 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,