curl/lib/vtls
Johannes Schindelin 937899a3b8
vtls: convert the have_curlssl_* constants to runtime flags
The entire idea of introducing the Curl_ssl struct to describe SSL
backends is to prepare for choosing the SSL backend at runtime.

To that end, convert all the #ifdef have_curlssl_* style conditionals
to use bit flags instead.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-08-28 14:56:56 +02:00
..
axtls.c vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
axtls.h vtls: use the Curl_ssl struct to access all SSL backends' functionality 2017-08-28 14:56:56 +02:00
cyassl.c vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
cyassl.h vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
darwinssl.c vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
darwinssl.h vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
gskit.c vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
gskit.h vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
gtls.c vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
gtls.h vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
mbedtls.c vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
mbedtls.h vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
nss.c vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
nssg.h vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
openssl.c vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
openssl.h vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
polarssl.c vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
polarssl.h vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +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
schannel.c vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
schannel.h vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00
vtls.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
vtls.h vtls: convert the have_curlssl_* constants to runtime flags 2017-08-28 14:56:56 +02:00