fix style

Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
This commit is contained in:
Johan Pascal 2020-04-24 02:53:49 +07:00
parent 44c0a0a60a
commit b64eab7656
2 changed files with 2 additions and 2 deletions

View file

@ -2091,7 +2091,7 @@ int mbedtls_ssl_write_certificate( mbedtls_ssl_context *ssl )
#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