summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-30 15:22:41 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-30 15:22:41 +0200
commit12635afc552622caaa63d91500d4c1d319785d7a (patch)
treea9b4f062da56f8952e9f185ac71dfbfe7d6e1c70
parente7baaf725a397546be2ecc90d36b005f5d6d1061 (diff)
downloadlibtasn1-12635afc552622caaa63d91500d4c1d319785d7a.tar.gz
libtasn1-12635afc552622caaa63d91500d4c1d319785d7a.tar.bz2
libtasn1-12635afc552622caaa63d91500d4c1d319785d7a.zip
removed unused variable
-rw-r--r--lib/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coding.c b/lib/coding.c
index 003d089..9b90477 100644
--- a/lib/coding.c
+++ b/lib/coding.c
@@ -1014,7 +1014,7 @@ asn1_der_coding (asn1_node element, const char *name, void *ider, int *len,
{
asn1_node node, p, p2;
unsigned char temp[MAX(LTOSTR_MAX_SIZE, SIZEOF_UNSIGNED_LONG_INT * 3 + 1)];
- int counter, counter_old, len2, len3, tlen, move, max_len, max_len_old;
+ int counter, counter_old, len2, len3, move, max_len, max_len_old;
int err;
unsigned char *der = ider;