mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Make GCC happy by removing an unused variable defintion.
This commit is contained in:
parent
c35f549e8b
commit
0491b70983
@ -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 New Issue
Block a user