Fix name to function call
This commit is contained in:
parent
dfd22c4dbd
commit
9822c0d2f1
1 changed files with 1 additions and 1 deletions
|
@ -6050,7 +6050,7 @@ static int ssl_parse_certificate_verify( mbedtls_ssl_context *ssl,
|
||||||
have_ca_chain = 1;
|
have_ca_chain = 1;
|
||||||
|
|
||||||
MBEDTLS_SSL_DEBUG_MSG( 3, ( "use CA callback for X.509 CRT verification" ) );
|
MBEDTLS_SSL_DEBUG_MSG( 3, ( "use CA callback for X.509 CRT verification" ) );
|
||||||
ret = mbedtls_x509_crt_verify_with_cb(
|
ret = mbedtls_x509_crt_verify_with_ca_cb(
|
||||||
chain,
|
chain,
|
||||||
ssl->conf->f_ca_cb,
|
ssl->conf->f_ca_cb,
|
||||||
ssl->conf->p_ca_cb,
|
ssl->conf->p_ca_cb,
|
||||||
|
|
Loading…
Reference in a new issue