]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Minor nitpicking.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 2 Jan 2013 20:18:00 +0000 (21:18 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 2 Jan 2013 20:18:00 +0000 (21:18 +0100)
gosthash94.h
pbkdf2.h

index bdbe1cd69c82250d6c6de6c0f79328d649c283eb..ff76b2386ca0b554fa6ce79298701333816a149c 100644 (file)
@@ -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 */
index bf152544f1a0d932c080bbf0b1d3fe9d6255458a..41192e8a5f26c0acae7779e1a6e0f82381d9d7a5 100644 (file)
--- 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.
  */