diff options
Diffstat (limited to 'src/libstrongswan/debug.h')
-rw-r--r-- | src/libstrongswan/debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstrongswan/debug.h b/src/libstrongswan/debug.h index d3399bff6..c5a2564a4 100644 --- a/src/libstrongswan/debug.h +++ b/src/libstrongswan/debug.h @@ -52,6 +52,10 @@ enum debug_t { DBG_ENC, /** trusted network connect */ DBG_TNC, + /** integrity measurement client */ + DBG_IMC, + /** integrity measurement verifier */ + DBG_IMV, /** libtls */ DBG_TLS, /** libstrongswan */ |