curl/lib/vtls
Marcel Raad 24753bcd48
unit1309: fix warning on Windows x64
When targeting x64, MinGW-w64 complains about conversions between
32-bit long and 64-bit pointers. Fix this by reusing the
GNUTLS_POINTER_TO_SOCKET_CAST / GNUTLS_SOCKET_TO_POINTER_CAST logic
from gtls.c, moving it to warnless.h as CURLX_POINTER_TO_INTEGER_CAST /
CURLX_INTEGER_TO_POINTER_CAST.

Closes https://github.com/curl/curl/pull/2341
2018-02-28 20:04:48 +01:00
..
axtls.c
axtls.h
cyassl.c build: remove HAVE_LIMITS_H check 2018-01-05 23:34:30 -05:00
cyassl.h
darwinssl.c darwinssl: Don't import client certificates into Keychain on macOS 2018-01-25 23:13:35 +01:00
darwinssl.h
gskit.c GSKit: restore pinnedpubkey functionality 2018-01-25 23:16:14 +01:00
gskit.h
gtls.c unit1309: fix warning on Windows x64 2018-02-28 20:04:48 +01:00
gtls.h
mbedtls.c
mbedtls.h
nss.c nss: use PK11_CreateManagedGenericObject() if available 2018-02-15 10:18:34 +01:00
nssg.h
openssl.c openssl: Don't add verify locations when verifypeer==0 2018-02-06 10:48:03 +01:00
openssl.h
polarssl_threadlock.c
polarssl_threadlock.h
polarssl.c
polarssl.h
schannel.c schannel: fix "no previous prototype" compiler warning 2018-02-09 20:10:25 +01:00
schannel.h
vtls.c vtls: replaced getenv() with curl_getenv() 2017-12-12 08:02:07 +01:00
vtls.h