aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/src/app-layer-ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/src/app-layer-ssl.h')
-rw-r--r--framework/src/suricata/src/app-layer-ssl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/suricata/src/app-layer-ssl.h b/framework/src/suricata/src/app-layer-ssl.h
index 5c6fe5b1..2fc1a969 100644
--- a/framework/src/suricata/src/app-layer-ssl.h
+++ b/framework/src/suricata/src/app-layer-ssl.h
@@ -81,6 +81,8 @@ enum {
/* flags for file storage */
#define SSL_AL_FLAG_STATE_STORED 0x40000
+#define SSL_AL_FLAG_STATE_LOGGED_LUA 0x80000
+
/* config flags */
#define SSL_TLS_LOG_PEM (1 << 0)