commit | 8526957cd5e463e9617f703bb6bb1d93912cd92c | [log] [tgz] |
---|---|---|
author | Johan Pascal <johan.pascal@belledonne-communications.com> | Tue Aug 25 10:01:54 2020 +0200 |
committer | Johan Pascal <johan.pascal@belledonne-communications.com> | Thu Oct 29 01:14:49 2020 +0100 |
tree | 299c75880d606f2a529e912008432820e461747b | |
parent | 48f62e98a83b2099e1f4da55591952f20a1a181d [diff] [blame] |
Minor style modifications Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 63244a1..4872b69 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -4749,7 +4749,7 @@ unsigned char *mki_value, size_t mki_len ) { - if ( mki_len > MBEDTLS_DTLS_SRTP_MAX_MKI_LENGTH ) + if ( mki_len > MBEDTLS_TLS_SRTP_MAX_MKI_LENGTH ) { return MBEDTLS_ERR_SSL_BAD_INPUT_DATA; }