summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutlsxx.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-04-28 11:11:23 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-08 09:45:02 +0200
commitaa6b0939c78ede92572b2ffb3fffbb797cb20e8e (patch)
tree44920d46ea370ad5db469cf34c329f354fbc8f87 /lib/includes/gnutls/gnutlsxx.h
parent03e1f6430150ef19d432e56d334b0f1d2424aeaa (diff)
downloadgnutls-tmp-public-header-guards.tar.gz
Add or clean header guards in lib/includes/gnutls/tmp-public-header-guards
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/includes/gnutls/gnutlsxx.h')
-rw-r--r--lib/includes/gnutls/gnutlsxx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/includes/gnutls/gnutlsxx.h b/lib/includes/gnutls/gnutlsxx.h
index 6140550789..eeefb798a3 100644
--- a/lib/includes/gnutls/gnutlsxx.h
+++ b/lib/includes/gnutls/gnutlsxx.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLSXX_H
-#define GNUTLSXX_H
+#ifndef GNUTLS_GNUTLSXX_H
+#define GNUTLS_GNUTLSXX_H
#include <exception>
#include <vector>
@@ -428,4 +428,4 @@ namespace gnutls {
} /* namespace */
-#endif /* GNUTLSXX_H */
+#endif /* GNUTLS_GNUTLSXX_H */