aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-11-10 18:08:10 +0000
committerWerner Koch <[email protected]>2001-11-10 18:08:10 +0000
commita014d87d1c5ad83e5e67a73d4d51e2766df0388a (patch)
tree8dc0b1497a1538e648f128a621b651d919453770 /sm/gpgsm.c
parentStarted with keybox implementation by basing it on code from the GnuPG (diff)
downloadgnupg-a014d87d1c5ad83e5e67a73d4d51e2766df0388a.tar.gz
gnupg-a014d87d1c5ad83e5e67a73d4d51e2766df0388a.zip
we are now able to check self-signed certificates
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r--sm/gpgsm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 972ce080c..3ca58d3c8 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -969,6 +969,7 @@ main ( int argc, char **argv)
case aImport:
/* import_keys (argc? argv:NULL, argc); */
+ gpgsm_import (0);
break;
case aExport: