mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04: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
|
||||
|
||||
#ifdef MBEDTLS_DEBUG
|
||||
mbedtls_ssl_conf_dbg(&connssl->config, mbedtls_debug, data);
|
||||
mbedtls_ssl_conf_dbg(&connssl->config, mbed_debug, data);
|
||||
#endif
|
||||
|
||||
connssl->connecting_state = ssl_connect_2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user