提交 1b96ec10 编写于 作者: D Dr. Stephen Henson 提交者: Matt Caswell

add ASN1_INTEGER type to d2i_test

Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 106cb950
......@@ -148,7 +148,8 @@ int main(int argc, char **argv)
static ASN1_ITEM_EXP *items[] = {
ASN1_ITEM_ref(ASN1_ANY),
ASN1_ITEM_ref(X509),
ASN1_ITEM_ref(GENERAL_NAME)
ASN1_ITEM_ref(GENERAL_NAME),
ASN1_ITEM_ref(ASN1_INTEGER)
};
static error_enum expected_errors[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册