summaryrefslogtreecommitdiff
path: root/lib/record.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/record.h')
-rw-r--r--lib/record.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/record.h b/lib/record.h
index c7044e05d4..27aab48c7b 100644
--- a/lib/record.h
+++ b/lib/record.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_RECORD_H
-#define GNUTLS_RECORD_H
+#ifndef GNUTLS_LIB_RECORD_H
+#define GNUTLS_LIB_RECORD_H
#include <gnutls/gnutls.h>
#include <buffers.h>
@@ -105,4 +105,4 @@ inline static void session_invalidate(gnutls_session_t session)
session->internals.invalid_connection = 1;
}
-#endif
+#endif /* GNUTLS_LIB_RECORD_H */