From ce0a6931df95314f63a95a0d99ea286f2f07aa2f Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 15 Apr 2025 09:36:32 -0700 Subject: [PATCH 1/2] Update cmake submodule for krb5 fixes [nomail] --- cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake b/cmake index 04a714605d..fd0696f907 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 04a714605d2af055dd35152aeffc1874447ca616 +Subproject commit fd0696f9077933660f7da5f81978e86b3e967647 From 90f0fae7cc3cbbfddfe817d7eec07a50a21d7d81 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 17 Apr 2025 16:15:11 -0700 Subject: [PATCH 2/2] Use longer path when including krb5.h to match the cmake lookup --- src/analyzer/protocol/krb/KRB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analyzer/protocol/krb/KRB.h b/src/analyzer/protocol/krb/KRB.h index 52c4d791ef..2e737f6d96 100644 --- a/src/analyzer/protocol/krb/KRB.h +++ b/src/analyzer/protocol/krb/KRB.h @@ -7,7 +7,7 @@ #include #ifdef USE_KRB5 -#include +#include #endif #include "analyzer/protocol/krb/krb_pac.h"