pluto and scepclient use the random plugin from libstrongswan
This commit is contained in:
@@ -61,10 +61,15 @@
|
||||
#include <settings.h>
|
||||
#include <plugins/plugin_loader.h>
|
||||
#include <crypto/crypto_factory.h>
|
||||
#include <credentials/credential_factory.h>
|
||||
#include <fetcher/fetcher_manager.h>
|
||||
#include <database/database_factory.h>
|
||||
|
||||
#ifdef NO_CREDENTIAL_FACTORY
|
||||
typedef struct credential_factory_t credential_factory_t;
|
||||
#else
|
||||
#include <credentials/credential_factory.h>
|
||||
#endif
|
||||
|
||||
typedef struct library_t library_t;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user