summaryrefslogtreecommitdiff
path: root/lib/ext/supported_groups.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/supported_groups.h')
-rw-r--r--lib/ext/supported_groups.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ext/supported_groups.h b/lib/ext/supported_groups.h
index c75367f877..769b3be8e1 100644
--- a/lib/ext/supported_groups.h
+++ b/lib/ext/supported_groups.h
@@ -19,8 +19,9 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>
*
*/
-#ifndef EXT_SUPPORTED_GROUPS_H
-#define EXT_SUPPORTED_GROUPS_H
+
+#ifndef GNUTLS_LIB_EXT_SUPPORTED_GROUPS_H
+#define GNUTLS_LIB_EXT_SUPPORTED_GROUPS_H
#include <hello_ext.h>
@@ -30,4 +31,4 @@ int
_gnutls_session_supports_group(gnutls_session_t session,
unsigned int group);
-#endif
+#endif /* GNUTLS_LIB_EXT_SUPPORTED_GROUPS_H */