[trusty] Bump number of ACVP arguments to match boringssl
Cherry-pick note: Needed for the BoringSSL change in the same topic. No functional change to Android devices, this change affects ACVP testing only.
Boringssl added a new argument to the ACVP modulewrapper, so we need to
sync this change to the Trusty modulewrapper.
Test: m trusty_acvp_modulewrapper
Bug: 233873228
Change-Id: Ia79705d9fe32a07afc09cf8e0231db300073b504
(cherry picked from commit 08d8557718)
Merged-In: Ia79705d9fe32a07afc09cf8e0231db300073b504
This commit is contained in:
parent
190e2bc6e1
commit
71100bbc44
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ extern "C" {
|
|||
/*
|
||||
* Maximum number of arguments
|
||||
*/
|
||||
#define ACVP_MAX_NUM_ARGUMENTS 8
|
||||
#define ACVP_MAX_NUM_ARGUMENTS 9
|
||||
|
||||
/*
|
||||
* Maximum length of an algorithm name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue