diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-05 12:10:50 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-05 12:10:50 +0000 |
commit | 6862128151fb78f63685a8da5575783c426d64a7 (patch) | |
tree | 75920a6688ed5654fb917ecccc1e0e469480fd1f /Source/charon/config/connection.h | |
parent | 3dbbbf3e16366b0da33b29bbc1a4ba9a976e43a0 (diff) | |
download | strongswan-6862128151fb78f63685a8da5575783c426d64a7.tar.bz2 strongswan-6862128151fb78f63685a8da5575783c426d64a7.tar.xz |
../svn-commit.tmp
Diffstat (limited to 'Source/charon/config/connection.h')
-rw-r--r-- | Source/charon/config/connection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/config/connection.h b/Source/charon/config/connection.h index 9ec26b778..8ecce9d66 100644 --- a/Source/charon/config/connection.h +++ b/Source/charon/config/connection.h @@ -24,11 +24,11 @@ #define CONNECTION_H_ #include <types.h> -#include <network/host.h> +#include <utils/host.h> #include <utils/linked_list.h> #include <utils/identification.h> #include <config/proposal.h> -#include <transforms/diffie_hellman.h> +#include <crypto/diffie_hellman.h> typedef enum auth_method_t auth_method_t; |