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>
diff --git a/library/ssl_cli.c b/library/ssl_cli.c
index c7798eb..4073f89 100644
--- a/library/ssl_cli.c
+++ b/library/ssl_cli.c
@@ -4122,6 +4122,7 @@
         else
         {
 #endif /* MBEDTLS_SSL_DTLS_SRTP */
+            MBEDTLS_SSL_DEBUG_MSG( 2, ( "<= skip write certificate verify" ) );
             ssl->state++;
             return( 0 );
 #if defined(MBEDTLS_SSL_DTLS_SRTP)