From 8a4f1f03c0889f9d837b704493d8990de4547801 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 2 Jan 2013 21:18:00 +0100
Subject: [PATCH] Minor nitpicking.

---
 gosthash94.h | 6 +++---
 pbkdf2.h     | 2 +-
 2 files changed, 4 insertions(+), 4 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 */
diff --git a/pbkdf2.h b/pbkdf2.h
index bf152544..41192e8a 100644
--- a/pbkdf2.h
+++ b/pbkdf2.h
@@ -1,4 +1,4 @@
-/* pbkdf2.c
+/* pbkdf2.h
  *
  * PKCS #5 password-based key derivation function PBKDF2, see RFC 2898.
  */
-- 
GitLab