mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Add missing headers and fix name change issues
This commit is contained in:
parent
1de892b85f
commit
cf32c45bfd
2 changed files with 3 additions and 2 deletions
|
|
@ -485,8 +485,8 @@ void decrypt_test_vec( int cipher_id, int pad_mode, HexParam_t * key,
|
|||
memset( output, 0x00, sizeof( output ) );
|
||||
|
||||
#if !defined(MBEDTLS_GCM_C) && !defined(MBEDTLS_CHACHAPOLY_C)
|
||||
((void) hex_ad);
|
||||
((void) hex_tag);
|
||||
((void) ad);
|
||||
((void) tag);
|
||||
#endif
|
||||
|
||||
/* Prepare context */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue