summaryrefslogtreecommitdiff
path: root/gosthash94.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-01-02 21:18:00 +0100
committerNiels Möller <nisse@lysator.liu.se>2013-01-02 21:18:00 +0100
commit8a4f1f03c0889f9d837b704493d8990de4547801 (patch)
tree698fff24b54d436d0793173b93d5b5169b4cf28f /gosthash94.h
parentfbbacf267f206c10ec875fae85c40d123ddf9ce1 (diff)
downloadnettle-8a4f1f03c0889f9d837b704493d8990de4547801.tar.gz
Minor nitpicking.
Diffstat (limited to 'gosthash94.h')
-rw-r--r--gosthash94.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gosthash94.h b/gosthash94.h
index bdbe1cd6..ff76b238 100644
--- a/gosthash94.h
+++ b/gosthash94.h
@@ -51,8 +51,8 @@
* Ported to nettle by Nikos Mavrogiannopoulos.
*/
-#ifndef NETTLE_GOST_H_INCLUDED
-#define NETTLE_GOST_H_INCLUDED
+#ifndef NETTLE_GOSTHASH94_H_INCLUDED
+#define NETTLE_GOSTHASH94_H_INCLUDED
#include "nettle-types.h"
@@ -85,4 +85,4 @@ void gosthash94_digest(struct gosthash94_ctx *ctx,
}
#endif
-#endif /* NETTLE_GOST_H_INCLUDED */
+#endif /* NETTLE_GOSTHASH94_H_INCLUDED */