diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-28 15:50:05 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-28 15:50:05 +0200 |
commit | 5c1e8ca7ae622131f812e14b2a04973a2639069f (patch) | |
tree | 3192e4c8cffeac8aadf75a4bfa116e9593277c01 | |
parent | af1feed96a6700eac23935bd8b7d6e00b0eed588 (diff) | |
download | strongswan-5c1e8ca7ae622131f812e14b2a04973a2639069f.tar.bz2 strongswan-5c1e8ca7ae622131f812e14b2a04973a2639069f.tar.xz |
missed keyid2sql.c
-rw-r--r-- | scripts/keyid2sql.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/keyid2sql.c b/scripts/keyid2sql.c index f7d447a78..588bd7ac0 100644 --- a/scripts/keyid2sql.c +++ b/scripts/keyid2sql.c @@ -2,6 +2,10 @@ #include <stdio.h> #include <library.h> #include <debug.h> +#include <utils/identification.h> +#include <credentials/keys/private_key.h> +#include <credentials/keys/public_key.h> + /** * print the keyids of a private or public key in sql format |