提交 d20841c4 编写于 作者: R Rich Salz

Add OPENSSL_NO_EC wrapper

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 8478a703
......@@ -30,8 +30,10 @@ static ASN1_ITEM_EXP *item_type[] = {
ASN1_ITEM_ref(ASN1_SEQUENCE),
ASN1_ITEM_ref(AUTHORITY_INFO_ACCESS),
ASN1_ITEM_ref(BIGNUM),
#ifndef OPENSSL_NO_EC
ASN1_ITEM_ref(ECPARAMETERS),
ASN1_ITEM_ref(ECPKPARAMETERS),
#endif
ASN1_ITEM_ref(GENERAL_NAME),
ASN1_ITEM_ref(GENERAL_SUBTREE),
ASN1_ITEM_ref(NAME_CONSTRAINTS),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册