From: Niels Möller Date: Fri, 8 Dec 2023 15:51:39 +0000 (+0100) Subject: Fix include guard for non-nettle.h. X-Git-Tag: nettle_3.10rc1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eb7e31244f17cb82458c2fd44c5d1414be100d7;p=thirdparty%2Fnettle.git Fix include guard for non-nettle.h. --- 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 */