[trusty] Bump number of ACVP arguments to match boringssl
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
This commit is contained in:
parent
321d47639e
commit
08d8557718
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