提交 5ffba305 编写于 作者: G Geoff Thorpe

Comment out a (currently) unused CMS function. (Sorry Steve, but I need

-Werror right now to help me code-by-domino :-)
上级 ceee538a
......@@ -581,6 +581,7 @@ CMS_RecipientInfo *CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid,
}
#if 0
int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri,
X509_ALGOR **palg,
ASN1_OCTET_STRING **pid,
......@@ -617,6 +618,7 @@ int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri,
}
return 1;
}
#endif
int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册