提交 0491b709 编写于 作者: R Ralf S. Engelschall

Make GCC happy by removing an unused variable defintion.

上级 c35f549e
......@@ -154,7 +154,7 @@ X509_NAME *name;
int loc;
{
X509_NAME_ENTRY *ret;
int i,j,n,set_prev,set_next;
int i,n,set_prev,set_next;
STACK *sk;
if ((name == NULL) || (sk_num(name->entries) <= loc) || (loc < 0))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册