aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/curl/curl_fetcher.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-04-30 18:31:48 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-04-30 18:31:48 +0000
commitbc2e33ca964b8e3dfcc70e4edd0b111187fb12fa (patch)
tree42d7a611fb8072efff1e1ebda222059e0bd309b8 /src/libstrongswan/plugins/curl/curl_fetcher.c
parent8af25c56af21a1756f9d6a323c8c5338fb802856 (diff)
downloadstrongswan-bc2e33ca964b8e3dfcc70e4edd0b111187fb12fa.tar.bz2
strongswan-bc2e33ca964b8e3dfcc70e4edd0b111187fb12fa.tar.xz
pluto and scepclient use the random plugin from libstrongswan
Diffstat (limited to 'src/libstrongswan/plugins/curl/curl_fetcher.c')
-rw-r--r--src/libstrongswan/plugins/curl/curl_fetcher.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/curl/curl_fetcher.c b/src/libstrongswan/plugins/curl/curl_fetcher.c
index 9d881875b..7ee9fa1bd 100644
--- a/src/libstrongswan/plugins/curl/curl_fetcher.c
+++ b/src/libstrongswan/plugins/curl/curl_fetcher.c
@@ -67,7 +67,6 @@ static size_t append(void *ptr, size_t size, size_t nmemb, chunk_t *data)
static status_t fetch(private_curl_fetcher_t *this, char *uri, chunk_t *result)
{
char error[CURL_ERROR_SIZE];
- char buf[256];
status_t status;
*result = chunk_empty;