summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gosthash94.h6
-rw-r--r--pbkdf2.h2
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.
*/