From 60f9b3d6c94b181dd0228b28c9e73a6eebc3c6fd Mon Sep 17 00:00:00 2001 From: KarelChanivecky <46802352+KarelChanivecky@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:21:21 -0700 Subject: [PATCH] Fix typo in header guard for src/ntlm.h Header guard fails due to typo as the header guard is checking for a different macro identifier than it defines --- src/ntlm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntlm.h b/src/ntlm.h index 6922a2a..e310cc2 100644 --- a/src/ntlm.h +++ b/src/ntlm.h @@ -1,7 +1,7 @@ /* Copyright 2013 Simo Sorce , see COPYING for license */ #ifndef _NTLM_H_ -#define _NTLM_H +#define _NTLM_H_ #include