aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certlist.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/certlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certlist.c b/sm/certlist.c
index 61125acba..5ce74586c 100644
--- a/sm/certlist.c
+++ b/sm/certlist.c
@@ -444,7 +444,7 @@ gpgsm_add_to_certlist (ctrl_t ctrl, const char *name, int secret,
}
}
if (!rc)
- rc = gpgsm_validate_chain (ctrl, cert, "", NULL,
+ rc = gpgsm_validate_chain (ctrl, cert, GNUPG_ISOTIME_NONE, NULL,
0, NULL, 0, NULL);
if (!rc)
{