提交 6184255d 编写于 作者: D Dr. Stephen Henson

Oops ... fix warning.

上级 f5d7a031
......@@ -96,7 +96,7 @@ STACK *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
gen = sk_GENERAL_NAME_value(gens, i);
ret = i2v_GENERAL_NAME(method, gen, ret);
}
if(!ret) return sk_GENERAL_NAME_new_null();
if(!ret) return sk_new_null();
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册