summaryrefslogtreecommitdiff
path: root/lib/ext/server_name.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/server_name.h')
-rw-r--r--lib/ext/server_name.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ext/server_name.h b/lib/ext/server_name.h
index 8c12b2ee8b..b5cdd0ea53 100644
--- a/lib/ext/server_name.h
+++ b/lib/ext/server_name.h
@@ -20,8 +20,9 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>
*
*/
-#ifndef EXT_SERVER_NAME_H
-#define EXT_SERVER_NAME_H
+
+#ifndef GNUTLS_LIB_EXT_SERVER_NAME_H
+#define GNUTLS_LIB_EXT_SERVER_NAME_H
#include <hello_ext.h>
@@ -29,4 +30,4 @@ extern const hello_ext_entry_st ext_mod_server_name;
unsigned _gnutls_server_name_matches_resumed(gnutls_session_t);
-#endif
+#endif /* GNUTLS_LIB_EXT_SERVER_NAME_H */