diff --git a/library/ssl_cli.c b/library/ssl_cli.c index 608140fe9a..7b9b6e91ba 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -816,7 +816,8 @@ static int ssl_parse_supported_point_formats_ext( ssl_context *ssl, p++; } - return( 0 ); + SSL_DEBUG_MSG( 1, ( "no point format in common" ) ); + return( POLARSSL_ERR_SSL_BAD_HS_SERVER_HELLO ); } #endif /* POLARSSL_ECDH_C || POLARSSL_ECDSA_C */