From c4e651bac864b0910863af64cbf6bcfeb0f3ed5e Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Wed, 1 Oct 2008 10:14:23 +0100 Subject: [PATCH] Justify wheel re-invention --- http.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/http.c b/http.c index 298cc1f..aae899e 100644 --- a/http.c +++ b/http.c @@ -30,6 +30,14 @@ #include "anyconnect.h" +/* + * We didn't really want to have to do this for ourselves -- one might have + * thought that it would be available in a library somewhere. But neither + * cURL nor Neon have reliable cross-platform ways of either using a cert + * from the TPM, or just reading from / writing to a transport which is + * provided by their caller. + */ + int process_http_response(struct anyconnect_info *vpninfo, int *result, int (*header_cb)(struct anyconnect_info *, char *, char *), char *body, int buf_len) -- 2.7.4