Fix define and function names to conform to Mbed TLS rules
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
b22e64045b
commit
777d4217f1
3 changed files with 12 additions and 12 deletions
|
@ -4349,8 +4349,8 @@ int mbedtls_ssl_handshake_client_step( mbedtls_ssl_context *ssl )
|
|||
|
||||
MBEDTLS_SSL_DEBUG_MSG( 3, ( "execute delayed server certificate verification" ) );
|
||||
|
||||
ret = ssl_parse_delayed_certificate_verify( ssl, authmode,
|
||||
chain, rs_ctx );
|
||||
ret = mbedtls_ssl_parse_delayed_certificate_verify( ssl, authmode,
|
||||
chain, rs_ctx );
|
||||
if( ret != 0 )
|
||||
break;
|
||||
#endif /* MBEDTLS_DELAYED_SERVER_CERT_VERIFICATION */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue