mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix warning in reduced config
This commit is contained in:
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user