Fix failure in ssl-opts.sh

Return a debg message that was removed in previous commit,
Whic is searched in the ssl-opts.sh test.

Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
This commit is contained in:
Ron Eldor 2018-07-01 15:27:22 +03:00 committed by Johan Pascal
parent 4cbe69332a
commit 9d36d311e3

View file

@ -4122,6 +4122,7 @@ static int ssl_write_certificate_verify( mbedtls_ssl_context *ssl )
else else
{ {
#endif /* MBEDTLS_SSL_DTLS_SRTP */ #endif /* MBEDTLS_SSL_DTLS_SRTP */
MBEDTLS_SSL_DEBUG_MSG( 2, ( "<= skip write certificate verify" ) );
ssl->state++; ssl->state++;
return( 0 ); return( 0 );
#if defined(MBEDTLS_SSL_DTLS_SRTP) #if defined(MBEDTLS_SSL_DTLS_SRTP)