summaryrefslogtreecommitdiff
path: root/lib/ext/ec_point_formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/ec_point_formats.h')
-rw-r--r--lib/ext/ec_point_formats.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ext/ec_point_formats.h b/lib/ext/ec_point_formats.h
index fb58a8fa5d..cc65c04c38 100644
--- a/lib/ext/ec_point_formats.h
+++ b/lib/ext/ec_point_formats.h
@@ -19,11 +19,12 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>
*
*/
-#ifndef EXT_EC_POINT_FORMATS_H
-#define EXT_EC_POINT_FORMATS_H
+
+#ifndef GNUTLS_LIB_EXT_EC_POINT_FORMATS_H
+#define GNUTLS_LIB_EXT_EC_POINT_FORMATS_H
#include <hello_ext.h>
extern const hello_ext_entry_st ext_mod_supported_ec_point_formats;
-#endif
+#endif /* GNUTLS_LIB_EXT_EC_POINT_FORMATS_H */