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 | |
parent | e24aaddde0c07d4ff77a30aeba20104285e04197 (diff) | |
download | strongswan-af1feed96a6700eac23935bd8b7d6e00b0eed588.tar.bz2 strongswan-af1feed96a6700eac23935bd8b7d6e00b0eed588.tar.xz |
NO_CREDENTIAL_FACTORY compile option not needed anymore
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/id2sql.c | 2 | ||||
-rw-r--r-- | scripts/key2keyid.c | 2 |
2 files changed, 3 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 diff --git a/scripts/key2keyid.c b/scripts/key2keyid.c index 80c342919..201670e43 100644 --- a/scripts/key2keyid.c +++ b/scripts/key2keyid.c @@ -2,6 +2,8 @@ #include <stdio.h> #include <library.h> #include <debug.h> +#include <credentials/keys/private_key.h> +#include <credentials/keys/public_key.h> /** * print the keyids of a private or public key |