]> granicus.if.org Git - curl/commit
vtls: have vtls.h include the backend header files
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Oct 2014 20:34:34 +0000 (22:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Oct 2014 20:34:34 +0000 (22:34 +0200)
commit6637b237e6ebd17fab83eaf3165cb31dc9be3453
treee3355629b6fd60fb18e6f014992066b0de09d5e7
parentbf7023d16502c83b173138a15593332d4e949d34
vtls: have vtls.h include the backend header files

It turned out some features were not enabled in the build since for
example url.c #ifdefs on features that are defined on a per-backend
basis but vtls.h didn't include the backend headers.

CURLOPT_CERTINFO was one such feature that was accidentally disabled.
lib/vtls/vtls.c
lib/vtls/vtls.h