mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-01 21:50:23 +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:
|
default:
|
||||||
*olen = 0;
|
*olen = 0;
|
||||||
return;
|
return;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
buf[8] = 0x00; /* unsupported srtp_mki variable length vector set to 0 */
|
buf[8] = 0x00; /* unsupported srtp_mki variable length vector set to 0 */
|
||||||
|
|
Loading…
Reference in a new issue