proposal: Move proposal_t from libcharon to libstrongswan
This allows us to use it without having to initialize libcharon, which was required for the logging (we probably could have included debug.h instead of daemon.h to workaround that but this seems more correct).
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <encoding/payloads/sa_payload.h>
|
||||
#include <config/proposal.h>
|
||||
#include <crypto/proposal/proposal.h>
|
||||
|
||||
typedef struct private_custom_proposal_t private_custom_proposal_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user