From 5eb7e31244f17cb82458c2fd44c5d1414be100d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 8 Dec 2023 16:51:39 +0100 Subject: [PATCH] Fix include guard for non-nettle.h. --- non-nettle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/non-nettle.h b/non-nettle.h index 4da0cdde..91670847 100644 --- a/non-nettle.h +++ b/non-nettle.h @@ -33,7 +33,7 @@ */ #ifndef NETTLE_NON_NETTLE_H_INCLUDED -#define NETTLE_INTERNAL_H_INCLUDED +#define NETTLE_NON_NETTLE_H_INCLUDED #include "nettle-meta.h" #include "ocb.h" @@ -92,4 +92,4 @@ struct ocb_aes128_ctx extern const struct nettle_aead nettle_ocb_aes128; -#endif /* NETTLE_INTERNAL_H_INCLUDED */ +#endif /* NETTLE_NON_NETTLE_H_INCLUDED */ -- GitLab