diff options
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 e23ceed73..d3399bff6 100644 --- a/src/libstrongswan/debug.h +++ b/src/libstrongswan/debug.h @@ -50,6 +50,8 @@ enum debug_t { DBG_NET, /** message encoding/decoding */ DBG_ENC, + /** trusted network connect */ + DBG_TNC, /** libtls */ DBG_TLS, /** libstrongswan */ |