summaryrefslogtreecommitdiff
path: root/lib/hello_ext_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hello_ext_lib.h')
-rw-r--r--lib/hello_ext_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/hello_ext_lib.h b/lib/hello_ext_lib.h
index 5819f64a55..c1a79ec7e7 100644
--- a/lib/hello_ext_lib.h
+++ b/lib/hello_ext_lib.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_EXT_LIB_H
-#define GNUTLS_EXT_LIB_H
+#ifndef GNUTLS_LIB_HELLO_EXT_LIB_H
+#define GNUTLS_LIB_HELLO_EXT_LIB_H
#include <gnutls/gnutls.h>
#include "hello_ext.h"
@@ -64,4 +64,4 @@ _gnutls_hello_ext_default_pack(gnutls_ext_priv_data_t epriv, gnutls_buffer_st *p
int
_gnutls_hello_ext_default_unpack(gnutls_buffer_st *ps, gnutls_ext_priv_data_t *epriv);
-#endif
+#endif /* GNUTLS_LIB_HELLO_EXT_LIB_H */