提交 4f98cbab 编写于 作者: B Bodo Möller

avoid compiler warning

上级 98499135
......@@ -308,7 +308,7 @@ static int asn1_set_seq_out(STACK_OF(ASN1_VALUE) *sk, unsigned char **out, int s
{
int i;
ASN1_VALUE *skitem;
unsigned char *tmpdat, *p;
unsigned char *tmpdat = NULL, *p = NULL;
DER_ENC *derlst, *tder;
if(do_sort) {
/* Don't need to sort less than 2 items */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册