aboutsummaryrefslogtreecommitdiff
path: root/src/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.c')
-rw-r--r--src/verify.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/verify.c b/src/verify.c
index 1409889..4a108bc 100644
--- a/src/verify.c
+++ b/src/verify.c
@@ -204,3 +204,3 @@ uploader_find_frp (struct uploader_info *list, const char *fpr)
int
-verify_directive_file (struct file_triplet *trp)
+verify_directive_file (struct file_triplet *trp, int noath)
{
@@ -223,2 +223,4 @@ verify_directive_file (struct file_triplet *trp)
+ if (!noath)
+ {
md = dictionary_open (dict);
@@ -321,2 +323,3 @@ verify_directive_file (struct file_triplet *trp)
logmsg (LOG_DEBUG, _("%s: directive file signature OK"), trp->name);
+ }

Return to:

Send suggestions and report system problems to the System administrator.