mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-27 06:56:38 +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
|
#endif
|
||||||
|
|
||||||
|
/* Unused if AEAD is the only option */
|
||||||
|
((void) ssl);
|
||||||
|
((void) session);
|
||||||
|
((void) mode);
|
||||||
|
|
||||||
return( MAC_NONE );
|
return( MAC_NONE );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue