summaryrefslogtreecommitdiff
path: root/lib/dtls.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtls.h')
-rw-r--r--lib/dtls.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dtls.h b/lib/dtls.h
index d1bfe80da0..26df8b9831 100644
--- a/lib/dtls.h
+++ b/lib/dtls.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef DTLS_H
-#define DTLS_H
+#ifndef GNUTLS_LIB_DTLS_H
+#define GNUTLS_LIB_DTLS_H
#include <config.h>
#include "gnutls_int.h"
@@ -135,4 +135,4 @@ inline static int _dtls_retransmit(gnutls_session_t session)
return _dtls_transmit(session);
}
-#endif
+#endif /* GNUTLS_LIB_DTLS_H */