summaryrefslogtreecommitdiff
path: root/pith/smime.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/smime.c')
-rw-r--r--pith/smime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/smime.c b/pith/smime.c
index 50c0dcc1..90aa8321 100644
--- a/pith/smime.c
+++ b/pith/smime.c
@@ -2980,6 +2980,7 @@ smime_validate_extra_test(char *mimetext, unsigned long mimelen, char *bodytext,
mtext = mimelen ? fs_get(mimelen+1) : NULL;
btext = fs_get(bodylen+1);
+ result = 0;
flag = 1; /* silence all failures */
for(i = 1; result == 0 && i < TOTAL_SIGFLTR; i++){