summaryrefslogtreecommitdiff
path: root/lib/ext/alpn.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-04-28 12:03:07 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-07 21:10:46 +0200
commit76c11347bccbfd642f914f632332de5e0bd5131d (patch)
tree230fb40ca001a6029161ff3ca0f149dcf31f8033 /lib/ext/alpn.h
parent22bdba28b71c09214f452720a415e2c71de26e23 (diff)
downloadgnutls-76c11347bccbfd642f914f632332de5e0bd5131d.tar.gz
Add or clean header guards in lib/ext/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/ext/alpn.h')
-rw-r--r--lib/ext/alpn.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ext/alpn.h b/lib/ext/alpn.h
index 8197628bd1..0b32a3292d 100644
--- a/lib/ext/alpn.h
+++ b/lib/ext/alpn.h
@@ -17,8 +17,9 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>
*
*/
-#ifndef EXT_ALPN_H
-#define EXT_ALPN_H
+
+#ifndef GNUTLS_LIB_EXT_ALPN_H
+#define GNUTLS_LIB_EXT_ALPN_H
#include <hello_ext.h>
@@ -36,4 +37,4 @@ typedef struct {
extern const hello_ext_entry_st ext_mod_alpn;
-#endif
+#endif /* GNUTLS_LIB_EXT_ALPN_H */