提交 46d889f3 编写于 作者: D Dr. Stephen Henson

Set version number correctly.

PR#3249
上级 4da0ddc4
......@@ -159,8 +159,8 @@ static void cms_sd_set_version(CMS_SignedData *sd)
if (sd->version < 3)
sd->version = 3;
}
else
sd->version = 1;
else if (si->version < 1)
si->version = 1;
}
if (sd->version < 1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册