diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-12-16 16:27:28 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-12-16 16:44:38 +0100 |
commit | 54d096a712965007e09cee70e9a812f89a16da69 (patch) | |
tree | 8ef6a6d3194d4325b4876ac7d2be21581ca19e18 /src/libstrongswan/debug.h | |
parent | c17f6f96e2da0265a5d565a43cbca036f1571dfb (diff) | |
download | strongswan-54d096a712965007e09cee70e9a812f89a16da69.tar.bz2 strongswan-54d096a712965007e09cee70e9a812f89a16da69.tar.xz |
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.
Diffstat (limited to 'src/libstrongswan/debug.h')
-rw-r--r-- | src/libstrongswan/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |