diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-28 15:44:22 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-28 15:44:22 +0200 |
commit | af1feed96a6700eac23935bd8b7d6e00b0eed588 (patch) | |
tree | 0eea9f1a98d0f9ea4070387f66bdad7f1c629413 /scripts/id2sql.c | |
parent | e24aaddde0c07d4ff77a30aeba20104285e04197 (diff) | |
download | strongswan-af1feed96a6700eac23935bd8b7d6e00b0eed588.tar.bz2 strongswan-af1feed96a6700eac23935bd8b7d6e00b0eed588.tar.xz |
NO_CREDENTIAL_FACTORY compile option not needed anymore
Diffstat (limited to 'scripts/id2sql.c')
-rw-r--r-- | scripts/id2sql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/id2sql.c b/scripts/id2sql.c index 3990e88da..5b0bd1d7d 100644 --- a/scripts/id2sql.c +++ b/scripts/id2sql.c @@ -1,6 +1,6 @@ #include <stdio.h> -#include <library.h> +#include <utils/identification.h> /** * convert an identity to type and encoding |