From 35506ca7359eeb2fa5592839c6d8626b4a9d00cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 19 Jul 2005 18:05:16 +0000 Subject: [PATCH] (decode_heim_any): tag is unsigned int. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15671 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/extra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asn1/extra.c b/lib/asn1/extra.c index 169a93758..0a322cb21 100644 --- a/lib/asn1/extra.c +++ b/lib/asn1/extra.c @@ -56,7 +56,7 @@ decode_heim_any(const unsigned char *p, size_t len, size_t len_len, length, l; Der_class thisclass; Der_type thistype; - int thistag; + unsigned int thistag; int e; if (data == NULL && len == 0) { /* XXX tag less OPTIONAL */