mirror of
https://github.com/curl/curl.git
synced 2025-09-20 19:12:40 +03:00
mbedtls: Fix debug function name
This patch is necessary so that curl compiles if MBEDTLS_DEBUG is defined. Bug: https://curl.haxx.se/mail/lib-2016-08/0001.html
This commit is contained in:
parent
120fe1a22d
commit
aa9f536a18
|
@ -420,7 +420,7 @@ mbed_connect_step1(struct connectdata *conn,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MBEDTLS_DEBUG
|
#ifdef MBEDTLS_DEBUG
|
||||||
mbedtls_ssl_conf_dbg(&connssl->config, mbedtls_debug, data);
|
mbedtls_ssl_conf_dbg(&connssl->config, mbed_debug, data);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
connssl->connecting_state = ssl_connect_2;
|
connssl->connecting_state = ssl_connect_2;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user