1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-05 09:05:04 -05:00
curl/lib/vtls
Johannes Schindelin 6f1eec14e0
vtls: remove obsolete declarations of SSL backend functionality
These functions are all available via the Curl_ssl struct now, no need
to declare them separately anymore.

As the global declarations are removed, the corresponding function
definitions are marked as file-local. The only two exceptions here are
Curl_mbedtls_shutdown() and Curl_polarssl_shutdown(): only the
declarations were removed, there are no function definitions to mark
file-local.

Please note that Curl_nss_force_init() is *still* declared globally, as
the only SSL backend-specific function, because it was introduced
specifically for the use case where cURL was compiled with
`--without-ssl --with-nss`. For details, see f3b77e561 (http_ntlm: add
support for NSS, 2010-06-27).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-08-28 14:56:57 +02:00
..
axtls.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
axtls.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
cyassl.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
cyassl.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
darwinssl.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
darwinssl.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
gskit.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
gskit.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
gtls.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
gtls.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
mbedtls.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
mbedtls.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
nss.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
nssg.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
openssl.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
openssl.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
polarssl_threadlock.c Curl_polarsslthreadlock_thread_setup: clear array at init 2016-10-18 13:05:43 +02:00
polarssl_threadlock.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
polarssl.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
polarssl.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
schannel.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
schannel.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
vtls.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
vtls.h vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct 2017-08-28 14:56:56 +02:00