diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 09:57:18 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 09:57:18 +0000 |
commit | 4a962238848168cba23363854be971b17e04aa92 (patch) | |
tree | 07836f0ce0c90f4e991e2beb41091359075a52d4 /Source/charon/testcases/diffie_hellman_test.c | |
parent | 716abc9f8332c040df6e296104fd11ec5ac6b8cc (diff) | |
download | strongswan-4a962238848168cba23363854be971b17e04aa92.tar.bz2 strongswan-4a962238848168cba23363854be971b17e04aa92.tar.xz |
- created encoding package
Diffstat (limited to 'Source/charon/testcases/diffie_hellman_test.c')
-rw-r--r-- | Source/charon/testcases/diffie_hellman_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/testcases/diffie_hellman_test.c b/Source/charon/testcases/diffie_hellman_test.c index 7f5da9cf1..83758c908 100644 --- a/Source/charon/testcases/diffie_hellman_test.c +++ b/Source/charon/testcases/diffie_hellman_test.c @@ -27,7 +27,7 @@ #include <globals.h> #include <utils/logger_manager.h> #include <utils/allocator.h> -#include <payloads/transform_substructure.h> +#include <encoding/payloads/transform_substructure.h> /* * described in Header-File |