};
/* Update this offset when you add new values */
-#define ALIAS(x) ((x)+35)
+#define ALIAS(x) ((x)+36)
const struct var_expand_table
auth_request_var_expand_static_tab[] = {
{ 'u', NULL, "user" },
{ '\0', NULL, "auth_domain" },
{ '\0', NULL, "local_name" },
{ '\0', NULL, "client_id" },
+ { '\0', NULL, "ssl_ja3_hash" },
/* aliases: */
{ '\0', NULL, "local_ip" },
#define AUTH_REQUEST_VAR_TAB_USER_IDX 0
#define AUTH_REQUEST_VAR_TAB_USERNAME_IDX 1
#define AUTH_REQUEST_VAR_TAB_DOMAIN_IDX 2
-#define AUTH_REQUEST_VAR_TAB_COUNT 47
+#define AUTH_REQUEST_VAR_TAB_COUNT 48
extern const struct var_expand_table
auth_request_var_expand_static_tab[AUTH_REQUEST_VAR_TAB_COUNT+1];