From: Niels Möller Date: Tue, 4 Nov 2008 19:47:55 +0000 (+0100) Subject: Renamed guard define. X-Git-Tag: nettle_2.0_release_20090608~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95f6294440546488ccf95023332e80f440b380d8;p=thirdparty%2Fnettle.git Renamed guard define. Rev: nettle/yarrow.h:1.3 --- diff --git a/yarrow.h b/yarrow.h index a5fac25c..22676c2b 100644 --- a/yarrow.h +++ b/yarrow.h @@ -23,8 +23,8 @@ * MA 02111-1307, USA. */ -#ifndef NETTLE_YARROW_COMPAT_H_INCLUDED -#define NETTLE_YARROW_COMPAT_H_INCLUDED +#ifndef NETTLE_YARROW_H_INCLUDED +#define NETTLE_YARROW_H_INCLUDED #include "aes.h" #include "sha.h" @@ -134,4 +134,4 @@ yarrow_key_event_estimate(struct yarrow_key_event_ctx *ctx, } #endif -#endif /* NETTLE_YARROW_COMPAT_H_INCLUDED */ +#endif /* NETTLE_YARROW_H_INCLUDED */