Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-02-12 | * curl-shim.c (curl_easy_perform): Fix compile warning. | David Shaw | 1 | -1/+1 | |
* curl-shim.h, gpgkeys_curl.c (main), gpgkeys_ldap.c (main): Add ca-cert-file option, to pass in the SSL cert. | |||||
2005-02-11 | * curl-shim.h, curl-shim.c: New. This is code to fake the curl API in | David Shaw | 1 | -0/+153 | |
terms of the current HTTP iobuf API. * gpgkeys_curl.c [FAKE_CURL], Makefile.am: If FAKE_CURL is set, link with the iobuf code rather than libcurl. |