mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
parent
c7c362a24c
commit
fa2d6ba84d
7 changed files with 19 additions and 20 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 2010 - 2011, Hoi-Ho Chan, <hoiho.chan@gmail.com>
|
||||
* Copyright (C) 2012 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 2012 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -373,7 +373,7 @@ mbed_connect_step1(struct connectdata *conn,
|
|||
}
|
||||
}
|
||||
|
||||
infof(data, "mbedTLS: Connecting to %s:%d\n", hostname, port);
|
||||
infof(data, "mbedTLS: Connecting to %s:%ld\n", hostname, port);
|
||||
|
||||
mbedtls_ssl_config_init(&BACKEND->config);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue