Removed the generated ca-bundle.h file. The verbatim value of $ca and

$capath is known to configure, so it can be defined in config.h instead.
This commit is contained in:
Michal Marek
2008-03-31 12:09:43 +00:00
parent f1c69192da
commit d13be06aaa
13 changed files with 14 additions and 80 deletions

View File

@@ -6,6 +6,10 @@
Changelog
Michal Marek (31 Mar 2008)
- Removed the generated ca-bundle.h file. The verbatim value of $ca and
$capath is known to configure, so it can be defined in config.h instead.
Daniel Stenberg (31 Mar 2008)
- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
application to provide data for a multipart with the read callback. Note