mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
vtls: change struct Curl_ssl close' field name to close_one'.
On OS/400, `close' is an ASCII system macro that corrupts the code if not used in a context not targetting the close() system API.
This commit is contained in:
parent
a4fc19eb4d
commit
8aee8a6a2d
12 changed files with 14 additions and 14 deletions
|
|
@ -728,7 +728,7 @@ const struct Curl_ssl Curl_ssl_axtls = {
|
|||
Curl_axtls_connect, /* connect */
|
||||
Curl_axtls_connect_nonblocking, /* connect_nonblocking */
|
||||
Curl_axtls_get_internals, /* get_internals */
|
||||
Curl_axtls_close, /* close */
|
||||
Curl_axtls_close, /* close_one */
|
||||
Curl_none_close_all, /* close_all */
|
||||
Curl_axtls_session_free, /* session_free */
|
||||
Curl_none_set_engine, /* set_engine */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue