mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:55:44 +01:00
Add missing headers and fix name change issues
This commit is contained in:
parent
1de892b85f
commit
cf32c45bfd
@ -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 */
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* BEGIN_HEADER */
|
||||
#include "mbedtls/bignum.h"
|
||||
#include "mbedtls/x509_crt.h"
|
||||
#include "mbedtls/x509_csr.h"
|
||||
#include "mbedtls/pem.h"
|
||||
|
Loading…
Reference in New Issue
Block a user