aboutsummaryrefslogtreecommitdiffstats
path: root/sm/server.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-11-19 16:32:05 +0000
committerWerner Koch <[email protected]>2007-11-19 16:32:05 +0000
commitc1270f06feda61ff864c485336d31db8a00cb56c (patch)
tree0643cd45958cb506d90cb7c2ef020c5049d0d47a /sm/server.c
parentStarted to implement the audit log feature. (diff)
downloadgnupg-c1270f06feda61ff864c485336d31db8a00cb56c.tar.gz
gnupg-c1270f06feda61ff864c485336d31db8a00cb56c.zip
Document --auto-issuer-key-retrieve.
Diffstat (limited to 'sm/server.c')
-rw-r--r--sm/server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/server.c b/sm/server.c
index 3b0968257..df0005b94 100644
--- a/sm/server.c
+++ b/sm/server.c
@@ -380,6 +380,7 @@ cmd_recipient (assuan_context_t ctx, char *line)
r == GPG_ERR_NO_CRL_KNOWN? "6":
r == GPG_ERR_CRL_TOO_OLD? "7":
r == GPG_ERR_NO_POLICY_MATCH? "8":
+ r == GPG_ERR_MISSING_CERT? "11":
"0",
line, NULL);
}
@@ -425,6 +426,7 @@ cmd_signer (assuan_context_t ctx, char *line)
r == GPG_ERR_CRL_TOO_OLD? "7":
r == GPG_ERR_NO_POLICY_MATCH? "8":
r == GPG_ERR_NO_SECKEY? "9":
+ r == GPG_ERR_MISSING_CERT? "11":
"0",
line, NULL);
}