Skip to content

Commit

Permalink
Justify wheel re-invention
Browse files Browse the repository at this point in the history
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Oct 1, 2008
1 parent ecf2ed4 commit c4e651b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions http.c
Expand Up @@ -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)
Expand Down

0 comments on commit c4e651b

Please sign in to comment.