commit | b64eab76562c57fda78935dd90fd9175f93fc7f0 | [log] [tgz] |
---|---|---|
author | Johan Pascal <johan.pascal@belledonne-communications.com> | Fri Apr 24 02:53:49 2020 +0700 |
committer | Johan Pascal <johan.pascal@belledonne-communications.com> | Thu Oct 29 01:14:49 2020 +0100 |
tree | a35245228035f883a3ff4271cef3a1a9d1a3c054 | |
parent | 44c0a0a60a00bddd4ef45263f8f777bb31189cc3 [diff] |
fix style Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 5d98caa..63244a1 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -2091,7 +2091,7 @@ #if defined(MBEDTLS_SSL_DTLS_SRTP) /* check if we have a chosen srtp protection profile */ if( ssl->dtls_srtp_info.chosen_dtls_srtp_profile != MBEDTLS_SRTP_UNSET_PROFILE ) - { + { return( MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE ); } else