diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-25 10:06:30 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-25 10:06:30 +0000 |
commit | 13e4a62f5c352981a93156be7749bfa712782d84 (patch) | |
tree | 16790bf1294e870da3b40f3991e258b7176f778e /Source/testing/connection_test.c | |
parent | a8c09d8cc0044fbff6c89c2e8966427ee7ed1ef0 (diff) | |
download | strongswan-13e4a62f5c352981a93156be7749bfa712782d84.tar.bz2 strongswan-13e4a62f5c352981a93156be7749bfa712782d84.tar.xz |
- added separate implementation for connection_store, credential_store, policy_store
- added folder structure to config
- credentials are fetched solely on IDs now
Diffstat (limited to 'Source/testing/connection_test.c')
-rw-r--r-- | Source/testing/connection_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/testing/connection_test.c b/Source/testing/connection_test.c index 2b2a4d4d8..6b12afc1d 100644 --- a/Source/testing/connection_test.c +++ b/Source/testing/connection_test.c @@ -22,7 +22,7 @@ #include "connection_test.h" -#include <config/connection.h> +#include <config/connections/connection.h> #include <crypto/prfs/prf.h> |