Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509).

This will allow us to remove quite some clutter from the LIB debug group
for higher debug levels.
This commit is contained in:
Tobias Brunner
2011-12-16 16:44:38 +01:00
parent c17f6f96e2
commit 54d096a712
6 changed files with 11 additions and 3 deletions
+2
View File
@@ -48,6 +48,8 @@ enum debug_t {
DBG_KNL,
/** networking/sockets */
DBG_NET,
/** low-level encoding/decoding (ASN.1, X.509 etc.) */
DBG_ASN,
/** message encoding/decoding */
DBG_ENC,
/** trusted network connect */