diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-06-24 00:25:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-28 14:56:58 +0200 |
commit | a53bda35e9a2acf4f2432b2d1b2d44497d68971e (patch) | |
tree | 93fb111b973643d02f1cdc7236b4618662194c85 /lib/vtls/schannel.c | |
parent | a243ce7ab289f0e7bb8a6b90b40fcf8fa62428bf (diff) | |
download | curl-a53bda35e9a2acf4f2432b2d1b2d44497d68971e.tar.gz |
vtls: fold the backend ID into the Curl_ssl structure
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'lib/vtls/schannel.c')
-rw-r--r-- | lib/vtls/schannel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index d3f44018b..b1cd60e11 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -1817,6 +1817,7 @@ static void *Curl_schannel_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_schannel = { "schannel", /* name */ + CURLSSLBACKEND_SCHANNEL, 0, /* have_ca_path */ 1, /* have_certinfo */ |