summaryrefslogtreecommitdiff
path: root/lib/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/random.h')
-rw-r--r--lib/random.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/random.h b/lib/random.h
index 21b85d5192..62b4dc2a07 100644
--- a/lib/random.h
+++ b/lib/random.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef RANDOM_H
-#define RANDOM_H
+#ifndef GNUTLS_LIB_RANDOM_H
+#define GNUTLS_LIB_RANDOM_H
#include <gnutls/crypto.h>
#include <crypto-backend.h>
@@ -38,4 +38,4 @@ inline static int _gnutls_rnd_check(void)
return _rnd_system_entropy_check();
}
-#endif
+#endif /* GNUTLS_LIB_RANDOM_H */