summaryrefslogtreecommitdiff
path: root/lib/hash_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hash_int.h')
-rw-r--r--lib/hash_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/hash_int.h b/lib/hash_int.h
index edc9a1cd02..52fb2b01f0 100644
--- a/lib/hash_int.h
+++ b/lib/hash_int.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_HASH_INT_H
-#define GNUTLS_HASH_INT_H
+#ifndef GNUTLS_LIB_HASH_INT_H
+#define GNUTLS_LIB_HASH_INT_H
#include "gnutls_int.h"
#include <gnutls/crypto.h>
@@ -150,4 +150,4 @@ inline static int IS_SHA(gnutls_digest_algorithm_t algo)
return 0;
}
-#endif /* GNUTLS_HASH_INT_H */
+#endif /* GNUTLS_LIB_HASH_INT_H */