aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509name.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/x509name.c')
-rw-r--r--crypto/x509/x509name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509name.c b/crypto/x509/x509name.c
index dbf9d224ec..7a1b2b7388 100644
--- a/crypto/x509/x509name.c
+++ b/crypto/x509/x509name.c
@@ -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))