mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 14:51:13 +00:00
Remove compilation warning
Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
This commit is contained in:
parent
701984d300
commit
34790789b6
|
@ -2623,7 +2623,6 @@ static void ssl_write_use_srtp_ext( mbedtls_ssl_context *ssl,
|
|||
default:
|
||||
*olen = 0;
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
buf[8] = 0x00; /* unsupported srtp_mki variable length vector set to 0 */
|
||||
|
|
Loading…
Reference in a new issue