summaryrefslogtreecommitdiff
path: root/trust/builder.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/builder.c')
-rw-r--r--trust/builder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/builder.c b/trust/builder.c
index 038fc88..2daadb3 100644
--- a/trust/builder.c
+++ b/trust/builder.c
@@ -240,7 +240,7 @@ type_date (p11_builder *builder,
date = attr->pValue;
memset (&tm, 0, sizeof (tm));
- tm.tm_year = atoin ((char *)date->year, 4);
+ tm.tm_year = atoin ((char *)date->year, 4) - 1900;
tm.tm_mon = atoin ((char *)date->month, 2);
tm.tm_mday = atoin ((char *)date->day, 2);