From: Niels Möller Date: Wed, 2 Jan 2013 20:18:00 +0000 (+0100) Subject: Minor nitpicking. X-Git-Tag: nettle_2.6_release_20130116~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4f1f03c0889f9d837b704493d8990de4547801;p=thirdparty%2Fnettle.git Minor nitpicking. --- 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. */