summaryrefslogtreecommitdiff
path: root/lib/tls13-sig.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-05-08 07:46:40 +0000
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-08 07:46:40 +0000
commit664fc06c44301eb811a28b444f35dd8e3c688dea (patch)
tree5fbe7626602bdb11e91a8b7e5cd92ae792424657 /lib/tls13-sig.h
parent03e1f6430150ef19d432e56d334b0f1d2424aeaa (diff)
parentd726c955344bbcda9b17c5b5f17785a68f0870b9 (diff)
downloadgnutls-664fc06c44301eb811a28b444f35dd8e3c688dea.tar.gz
Merge branch 'tmp-header-guards' into 'master'
Add or clean header guards in lib/ Closes #728 See merge request gnutls/gnutls!954
Diffstat (limited to 'lib/tls13-sig.h')
-rw-r--r--lib/tls13-sig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tls13-sig.h b/lib/tls13-sig.h
index 115e39774a..a638420b45 100644
--- a/lib/tls13-sig.h
+++ b/lib/tls13-sig.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef _TLS13_SIG_H
-# define _TLS13_SIG_H
+#ifndef GNUTLS_LIB_TLS13_SIG_H
+#define GNUTLS_LIB_TLS13_SIG_H
#include "gnutls_int.h"
@@ -40,4 +40,4 @@ _gnutls13_handshake_sign_data(gnutls_session_t session,
gnutls_datum_t * signature,
const gnutls_sign_entry_st *se);
-#endif
+#endif /* GNUTLS_LIB_TLS13_SIG_H */