From 54d096a712965007e09cee70e9a812f89a16da69 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 16 Dec 2011 16:27:28 +0100 Subject: 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. --- src/libstrongswan/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstrongswan/debug.h') diff --git a/src/libstrongswan/debug.h b/src/libstrongswan/debug.h index 849d28f9f..2a6ff98ad 100644 --- a/src/libstrongswan/debug.h +++ b/src/libstrongswan/debug.h @@ -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 */ -- cgit v1.2.3