Make GCC happy by removing an unused variable defintion.

This commit is contained in:
Ralf S. Engelschall 1999-01-02 12:10:43 +00:00
parent c35f549e8b
commit 0491b70983

View File

@ -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))