psa: driver wrapper: cipher: Fix unused variable warning
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
8188d19b0e
commit
9ed3873905
1 changed files with 2 additions and 0 deletions
|
@ -949,6 +949,8 @@ psa_status_t psa_driver_wrapper_cipher_encrypt(
|
|||
(void)key_buffer;
|
||||
(void)key_buffer_size;
|
||||
(void)alg;
|
||||
(void)iv;
|
||||
(void)iv_length;
|
||||
(void)input;
|
||||
(void)input_length;
|
||||
(void)output;
|
||||
|
|
Loading…
Reference in a new issue