aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-09-06 11:53:24 +0000
committerWerner Koch <[email protected]>2006-09-06 11:53:24 +0000
commit7b9fa9da99e5e8dd26219a3c501994deee4b794c (patch)
tree6d30a1b2941bd5d28ebb0294915660b0f1881002 /g10/gpg.c
parentMissing file (diff)
downloadgnupg-7b9fa9da99e5e8dd26219a3c501994deee4b794c.tar.gz
gnupg-7b9fa9da99e5e8dd26219a3c501994deee4b794c.zip
Minor changes and typo fixes.
Diffstat (limited to '')
-rw-r--r--g10/gpg.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 93fdb05cb..27b03f6b3 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -2012,8 +2012,14 @@ main (int argc, char **argv )
case aRefreshKeys:
case aFetchKeys:
case aExport:
+#ifdef ENABLE_CARD_SUPPORT
+ case aCardStatus:
+ case aCardEdit:
+ case aChangePIN:
+#endif /* ENABLE_CARD_SUPPORT*/
set_cmd (&cmd, pargs.r_opt);
break;
+
case aListKeys: set_cmd( &cmd, aListKeys); break;
case aListSigs: set_cmd( &cmd, aListSigs); break;
case aExportSecret: set_cmd( &cmd, aExportSecret); break;