diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-21 23:24:09 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-21 23:24:09 +0200 |
commit | 50c0a347a98616a0a977d9aa4cce048ede278083 (patch) | |
tree | 5e1c13a447404734e9b9956643636d12119417a6 /lib/minitasn1/coding.c | |
parent | 742c31198cc4061a13a1dc3f46cc5f9c9be2741d (diff) | |
download | gnutls-50c0a347a98616a0a977d9aa4cce048ede278083.tar.gz |
Upgrade to libtasn1 version 2.6.
Diffstat (limited to 'lib/minitasn1/coding.c')
-rw-r--r-- | lib/minitasn1/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/minitasn1/coding.c b/lib/minitasn1/coding.c index 9a28b12947..31b5ebb176 100644 --- a/lib/minitasn1/coding.c +++ b/lib/minitasn1/coding.c @@ -384,7 +384,7 @@ _asn1_complete_explicit_tag (ASN1_TYPE node, unsigned char *der, p = node->down; /* When there are nested tags we must complete them reverse to the order they were created. This is because completing a tag - modifies all data within it, including the incomplete tags + modifies all data within it, including the incomplete tags which store buffer positions -- simon@josefsson.org 2002-09-06 */ while (p->right) |