From 488243f56e6c34daa63ec37f3afe25c84dd833a8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Feb 2002 17:39:05 +0000 Subject: * certpath.c (check_cert_policy): New. (gpgsm_validate_path): And call it from here. * gpgsm.c (main): New options --policy-file, --disable-policy-checks and --enable-policy-checks. * gpgsm.h (opt): Added policy_file, no_policy_checks. --- common/errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/errors.h') diff --git a/common/errors.h b/common/errors.h index d968d70c8..42842afe7 100644 --- a/common/errors.h +++ b/common/errors.h @@ -92,6 +92,8 @@ enum { GNUPG_Card_Not_Present = 63, GNUPG_No_PKCS15_App = 64, GNUPG_Not_Confirmed = 65, + GNUPG_Configuration_Error = 66, + GNUPG_No_Policy_Match = 67, }; /* Status codes - fixme: should go into another file */ -- cgit v1.2.3