diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-06-06 16:35:49 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-10-10 09:30:25 +0200 |
commit | 147fe503af6752972bb0934c57f0f387ac4759f1 (patch) | |
tree | 40cb6c8b07b1f046668e6963bf9533b1a99cea82 /src/conftest/hooks | |
parent | 7fb363c8f73bb2d701826e947fb7d800e9690190 (diff) | |
download | strongswan-147fe503af6752972bb0934c57f0f387ac4759f1.tar.bz2 strongswan-147fe503af6752972bb0934c57f0f387ac4759f1.tar.xz |
ike: Rename encryption_payload to encrypted_payload
Diffstat (limited to 'src/conftest/hooks')
-rw-r--r-- | src/conftest/hooks/ike_auth_fill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conftest/hooks/ike_auth_fill.c b/src/conftest/hooks/ike_auth_fill.c index 5cdd5be38..e3eabe2f2 100644 --- a/src/conftest/hooks/ike_auth_fill.c +++ b/src/conftest/hooks/ike_auth_fill.c @@ -19,7 +19,7 @@ #include <netinet/udp.h> #include <encoding/payloads/cert_payload.h> -#include <encoding/payloads/encryption_payload.h> +#include <encoding/payloads/encrypted_payload.h> typedef struct private_ike_auth_fill_t private_ike_auth_fill_t; |