asn1: Fix build with DEBUG_LEVEL < 2
This commit is contained in:
@@ -89,7 +89,7 @@ METHOD(asn1_parser_t, iterate, bool,
|
||||
{
|
||||
chunk_t *blob, *blob1, blob_ori;
|
||||
u_char *start_ptr;
|
||||
u_int level;
|
||||
u_int level DBG_UNUSED;
|
||||
asn1Object_t obj;
|
||||
|
||||
*object = chunk_empty;
|
||||
|
||||
Reference in New Issue
Block a user