diff options
author | Martin Willi <martin@revosec.ch> | 2011-12-19 13:10:29 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:26 +0100 |
commit | 15a682f4c23d0b8340b31077698e6f6d924c2861 (patch) | |
tree | a6fbd17a78de029bf01879ec8b2fcd1abd8be2d8 /src/conftest/hooks | |
parent | 2e3c9f879906dea18d1745d7dfd1d21dd4499160 (diff) | |
download | strongswan-15a682f4c23d0b8340b31077698e6f6d924c2861.tar.bz2 strongswan-15a682f4c23d0b8340b31077698e6f6d924c2861.tar.xz |
Separated libcharon/sa directory with ikev1 and ikev2 subfolders
Diffstat (limited to 'src/conftest/hooks')
-rw-r--r-- | src/conftest/hooks/pretend_auth.c | 2 | ||||
-rw-r--r-- | src/conftest/hooks/rebuild_auth.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/conftest/hooks/pretend_auth.c b/src/conftest/hooks/pretend_auth.c index 10b13c6ac..3a7bb4f6b 100644 --- a/src/conftest/hooks/pretend_auth.c +++ b/src/conftest/hooks/pretend_auth.c @@ -15,7 +15,7 @@ #include "hook.h" -#include <sa/keymat_v2.h> +#include <sa/ikev2/keymat_v2.h> #include <encoding/payloads/nonce_payload.h> #include <encoding/payloads/cert_payload.h> #include <encoding/payloads/auth_payload.h> diff --git a/src/conftest/hooks/rebuild_auth.c b/src/conftest/hooks/rebuild_auth.c index cf9b113cc..1197eb2dc 100644 --- a/src/conftest/hooks/rebuild_auth.c +++ b/src/conftest/hooks/rebuild_auth.c @@ -15,7 +15,7 @@ #include "hook.h" -#include <sa/keymat_v2.h> +#include <sa/ikev2/keymat_v2.h> #include <encoding/generator.h> #include <encoding/payloads/nonce_payload.h> #include <encoding/payloads/auth_payload.h> |