(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:
Love Hörnquist Åstrand
2005-07-19 18:04:00 +00:00
parent a0f68f2640
commit dd801b3ca3

View File

@@ -414,7 +414,7 @@ der_match_tag (const unsigned char *p, size_t len,
size_t l;
Der_class thisclass;
Der_type thistype;
int thistag;
unsigned int thistag;
int e;
e = der_get_tag (p, len, &thisclass, &thistype, &thistag, &l);