summaryrefslogtreecommitdiffstats
path: root/sm/certlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/certlist.c')
-rw-r--r--sm/certlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certlist.c b/sm/certlist.c
index b61f0f663..66fb46326 100644
--- a/sm/certlist.c
+++ b/sm/certlist.c
@@ -280,7 +280,7 @@ gpgsm_add_to_certlist (CTRL ctrl, const char *name, int secret,
}
}
if (!rc)
- rc = gpgsm_validate_chain (ctrl, cert, NULL);
+ rc = gpgsm_validate_chain (ctrl, cert, NULL, 0, NULL);
if (!rc)
{
CERTLIST cl = xtrycalloc (1, sizeof *cl);