mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +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
|
|
@ -3637,7 +3637,7 @@ const struct Curl_ssl Curl_ssl_openssl = {
|
|||
Curl_ossl_connect, /* connect */
|
||||
Curl_ossl_connect_nonblocking, /* connect_nonblocking */
|
||||
Curl_ossl_get_internals, /* get_internals */
|
||||
Curl_ossl_close, /* close */
|
||||
Curl_ossl_close, /* close_one */
|
||||
Curl_ossl_close_all, /* close_all */
|
||||
Curl_ossl_session_free, /* session_free */
|
||||
Curl_ossl_set_engine, /* set_engine */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue