summaryrefslogtreecommitdiff
path: root/lib/tls-sig.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-03-14 21:21:50 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-07 21:06:23 +0200
commitf04f0853b2be8b46d1437e6636900165b3a89f73 (patch)
tree323f4c5ee01e14a4f8bc6b3d992269b19a7af4da /lib/tls-sig.h
parentefac5f44c41bc022b9b0b21130bd826745acef91 (diff)
downloadgnutls-f04f0853b2be8b46d1437e6636900165b3a89f73.tar.gz
Add or clean header guards in lib/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/tls-sig.h')
-rw-r--r--lib/tls-sig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tls-sig.h b/lib/tls-sig.h
index e04303ee14..e2635eece4 100644
--- a/lib/tls-sig.h
+++ b/lib/tls-sig.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_SIG_H
-#define GNUTLS_SIG_H
+#ifndef GNUTLS_LIB_TLS_SIG_H
+#define GNUTLS_LIB_TLS_SIG_H
#include <gnutls/abstract.h>
@@ -60,4 +60,4 @@ int _gnutls_handshake_verify_data(gnutls_session_t session,
gnutls_datum_t * signature,
gnutls_sign_algorithm_t algo);
-#endif
+#endif /* GNUTLS_LIB_TLS_SIG_H */