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/import.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 'sm/import.c')
-rw-r--r-- | sm/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/import.c b/sm/import.c index b0e312740..6b3e60f8b 100644 --- a/sm/import.c +++ b/sm/import.c @@ -75,7 +75,7 @@ check_and_store (CTRL ctrl, KsbaCert cert, int depth) /* Now lets walk up the chain and import all certificates up the chain.*/ if ( depth >= 50 ) - log_error (_("certificate path too long\n")); + log_error (_("certificate chain too long\n")); else if (!gpgsm_walk_cert_chain (cert, &next)) { check_and_store (ctrl, next, depth+1); |