summaryrefslogtreecommitdiff
path: root/lib/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/str.h')
-rw-r--r--lib/str.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/str.h b/lib/str.h
index 9f0e7d6189..854cca12a6 100644
--- a/lib/str.h
+++ b/lib/str.h
@@ -21,8 +21,8 @@
*
*/
-#ifndef GNUTLS_STR_H
-#define GNUTLS_STR_H
+#ifndef GNUTLS_LIB_STR_H
+#define GNUTLS_LIB_STR_H
#include <config.h>
#include "gnutls_int.h"
@@ -315,4 +315,4 @@ int _gnutls_hostname_compare(const char *certname, size_t certnamesize,
o.tv_nsec = s; \
}
-#endif
+#endif /* GNUTLS_LIB_STR_H */