Skip to content
Snippets Groups Projects
Commit 8a4f1f03 authored by Niels Möller's avatar Niels Möller
Browse files

Minor nitpicking.

parent fbbacf26
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
/* pbkdf2.c
/* pbkdf2.h
*
* PKCS #5 password-based key derivation function PBKDF2, see RFC 2898.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment