(der_match_tag): tag is unsigned int.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15670 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -414,7 +414,7 @@ der_match_tag (const unsigned char *p, size_t len,
|
|||||||
size_t l;
|
size_t l;
|
||||||
Der_class thisclass;
|
Der_class thisclass;
|
||||||
Der_type thistype;
|
Der_type thistype;
|
||||||
int thistag;
|
unsigned int thistag;
|
||||||
int e;
|
int e;
|
||||||
|
|
||||||
e = der_get_tag (p, len, &thisclass, &thistype, &thistag, &l);
|
e = der_get_tag (p, len, &thisclass, &thistype, &thistag, &l);
|
||||||
|
Reference in New Issue
Block a user