(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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user