aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certpath.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-28 14:04:46 +0000
committerWerner Koch <[email protected]>2002-06-28 14:04:46 +0000
commit9c70a2ed2084aad9c69317cd0950328eaf10516d (patch)
tree38158d5d49b99a354957e5ab1aff17f18d21a1aa /sm/certpath.c
parent* protect-tool.c (export_p12_file): New. (diff)
downloadgnupg-9c70a2ed2084aad9c69317cd0950328eaf10516d.tar.gz
gnupg-9c70a2ed2084aad9c69317cd0950328eaf10516d.zip
* server.c (cmd_recipient): Add more reason codes.
Diffstat (limited to 'sm/certpath.c')
-rw-r--r--sm/certpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certpath.c b/sm/certpath.c
index 5cae1ea75..a32c2d7f7 100644
--- a/sm/certpath.c
+++ b/sm/certpath.c
@@ -612,7 +612,7 @@ gpgsm_basic_cert_check (KsbaCert cert)
KEYDB_HANDLE kh = keydb_new (0);
KsbaCert issuer_cert = NULL;
- if ((opt.debug & 4096))
+ if (opt.no_path_validation)
{
log_info ("WARNING: bypassing basic certificate checks\n");
return 0;