1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Remove compilation warning

Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
This commit is contained in:
Johan Pascal
2017-02-09 10:14:09 +07:00
parent 701984d300
commit 34790789b6

View File

@ -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 */