From 08d855771858c4a54cab0ea858e1a276ac2940c3 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Wed, 25 May 2022 12:13:59 -0700 Subject: [PATCH] [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 --- trusty/utils/acvp/acvp_ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/utils/acvp/acvp_ipc.h b/trusty/utils/acvp/acvp_ipc.h index 8b48ae3cd..300e05acf 100644 --- a/trusty/utils/acvp/acvp_ipc.h +++ b/trusty/utils/acvp/acvp_ipc.h @@ -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