mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-10 20:25:47 +00:00
Fix warning in reduced config
This commit is contained in:
parent
c122ae7612
commit
9d7821d774
|
@ -1103,6 +1103,11 @@ static char ssl_get_mac_order( ssl_context *ssl,
|
|||
}
|
||||
#endif
|
||||
|
||||
/* Unused if AEAD is the only option */
|
||||
((void) ssl);
|
||||
((void) session);
|
||||
((void) mode);
|
||||
|
||||
return( MAC_NONE );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue