mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Fix warning in reduced config
This commit is contained in:
parent
c122ae7612
commit
9d7821d774
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue