aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imv_attestation/attest.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-10-31 19:50:13 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-11-28 21:15:20 +0100
commit5242a729ca7bba0aa90b37126d8067419bf2d6b0 (patch)
treea6e897155133c147f2dc3b90357741a56d9542bd /src/libimcv/plugins/imv_attestation/attest.c
parent5f8e290150d3ff55db31280421a3222200f562d1 (diff)
downloadstrongswan-5242a729ca7bba0aa90b37126d8067419bf2d6b0.tar.bz2
strongswan-5242a729ca7bba0aa90b37126d8067419bf2d6b0.tar.xz
implemented simple delete from database
Diffstat (limited to 'src/libimcv/plugins/imv_attestation/attest.c')
-rw-r--r--src/libimcv/plugins/imv_attestation/attest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libimcv/plugins/imv_attestation/attest.c b/src/libimcv/plugins/imv_attestation/attest.c
index 3c5f6e353..c4632511d 100644
--- a/src/libimcv/plugins/imv_attestation/attest.c
+++ b/src/libimcv/plugins/imv_attestation/attest.c
@@ -63,6 +63,7 @@ static void do_args(int argc, char *argv[])
{ "help", no_argument, NULL, 'h' },
{ "files", no_argument, NULL, 'f' },
{ "add", no_argument, NULL, 'a' },
+ { "delete", no_argument, NULL, 'd' },
{ "del", no_argument, NULL, 'd' },
{ "products", no_argument, NULL, 'p' },
{ "hashes", no_argument, NULL, 'H' },