OID_UNKNOWN (-1) requires int type

This commit is contained in:
Andreas Steffen
2007-09-11 17:33:37 +00:00
parent c1ff717690
commit dd968b9b20
6 changed files with 15 additions and 19 deletions
+2 -2
View File
@@ -460,9 +460,9 @@ parse_ac(chunk_t blob, x509acert_t *ac)
bool critical;
chunk_t object;
u_int level;
u_int type = OID_UNKNOWN;
u_int extn_oid = OID_UNKNOWN;
int objectID = 0;
int type = OID_UNKNOWN;
int extn_oid = OID_UNKNOWN;
asn1_init(&ctx, blob, 0, FALSE, DBG_RAW);