Make GCC happy by removing an unused variable defintion.
This commit is contained in:
parent
c35f549e8b
commit
0491b70983
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue