(decode_heim_any): tag is unsigned int.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15671 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-19 18:05:16 +00:00
parent dd801b3ca3
commit 35506ca735

View File

@@ -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 */