summaryrefslogtreecommitdiff
path: root/lib/minitasn1/coding.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-13 21:32:22 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-13 21:32:22 +0100
commita737805640a8d362db34e0176d19441cba7bb08f (patch)
tree35f8e28fe2f8a689c4e18e09dea777f983e46645 /lib/minitasn1/coding.c
parented47ba432db398246edceacd37374973fcf59495 (diff)
downloadgnutls-a737805640a8d362db34e0176d19441cba7bb08f.tar.gz
more recent libtasn1
Diffstat (limited to 'lib/minitasn1/coding.c')
-rw-r--r--lib/minitasn1/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/minitasn1/coding.c b/lib/minitasn1/coding.c
index a1896d58df..ab430fcee0 100644
--- a/lib/minitasn1/coding.c
+++ b/lib/minitasn1/coding.c
@@ -68,7 +68,7 @@ _asn1_error_description_value_not_found (ASN1_TYPE node,
* The @ans buffer is pre-allocated and must have room for the output.
**/
void
-asn1_length_der (unsigned int len, unsigned char *ans, int *ans_len)
+asn1_length_der (unsigned long len, unsigned char *ans, int *ans_len)
{
int k;
unsigned char temp[SIZEOF_UNSIGNED_LONG_INT];