aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient/scep.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-04-29 08:09:35 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-04-29 08:09:35 +0000
commite67197a7f9c55fde4f9342d4a96ef2800241e0e3 (patch)
treeaf09f999a2ec7fddb98c3e5b04a6d5fff9588ec9 /src/scepclient/scep.h
parent82f0707fa383a4f3edf3545c5e823ff4dc6363e7 (diff)
downloadstrongswan-e67197a7f9c55fde4f9342d4a96ef2800241e0e3.tar.bz2
strongswan-e67197a7f9c55fde4f9342d4a96ef2800241e0e3.tar.xz
pluto and scepclient use the curl and ldap fetcher plugins
Diffstat (limited to 'src/scepclient/scep.h')
-rw-r--r--src/scepclient/scep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scepclient/scep.h b/src/scepclient/scep.h
index 0586a29cb..2a11a246e 100644
--- a/src/scepclient/scep.h
+++ b/src/scepclient/scep.h
@@ -86,7 +86,7 @@ extern chunk_t scep_build_request(chunk_t data, chunk_t transID, scep_msg_t msg
, const x509cert_t *signer_cert, int digest_alg
, const RSA_private_key_t *private_key);
extern bool scep_http_request(const char *url, chunk_t pkcs7, scep_op_t op
- , fetch_request_t request_type, chunk_t *response);
+ , bool http_get_request, chunk_t *response);
extern err_t scep_parse_response(chunk_t response, chunk_t transID
, contentInfo_t *data, scep_attributes_t *attrs, x509cert_t *signer_cert);