mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
- Surpress warning of unused 'mode' parameter in Camellia
This commit is contained in:
@ -458,6 +458,8 @@ void camellia_crypt_ecb( camellia_context *ctx,
|
|||||||
int NR;
|
int NR;
|
||||||
uint32_t *RK, X[4];
|
uint32_t *RK, X[4];
|
||||||
|
|
||||||
|
( (void) mode );
|
||||||
|
|
||||||
NR = ctx->nr;
|
NR = ctx->nr;
|
||||||
RK = ctx->rk;
|
RK = ctx->rk;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user