diff options
author | Werner Koch <[email protected]> | 2002-08-16 13:55:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-08-16 13:55:03 +0000 |
commit | a8e9b350c037a717cfa1754da24e7188960034c9 (patch) | |
tree | a0ad9dd8337de4edc3938b46f5fd549335cb3f46 /sm/server.c | |
parent | * card-common.h (struct p15_private_s): Forward declaration. Add (diff) | |
download | gnupg-a8e9b350c037a717cfa1754da24e7188960034c9.tar.gz gnupg-a8e9b350c037a717cfa1754da24e7188960034c9.zip |
* call-agent.c (learn_cb): Special treatment when the issuer
certificate is missing.
Diffstat (limited to '')
-rw-r--r-- | sm/server.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/server.c b/sm/server.c index 71b6194c7..8d73a10cd 100644 --- a/sm/server.c +++ b/sm/server.c @@ -470,8 +470,8 @@ cmd_sign (ASSUAN_CONTEXT ctx, char *line) Import the certificates read form the input-fd, return status message for each imported one. The import checks the validity of - the certificate but not of the path. It is possible to import - expired certificates. */ + the certificate but not of the entire chain. It is possible to + import expired certificates. */ static int cmd_import (ASSUAN_CONTEXT ctx, char *line) { |