summaryrefslogtreecommitdiff
path: root/yarrow.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-11-04 20:47:55 +0100
committerNiels Möller <nisse@lysator.liu.se>2008-11-04 20:47:55 +0100
commit95f6294440546488ccf95023332e80f440b380d8 (patch)
treedd29e81a7dbbf4fea233ee2a444166ae286ce0b1 /yarrow.h
parent121ec593708552c3c5dd9e69817b0aa113132a29 (diff)
downloadnettle-95f6294440546488ccf95023332e80f440b380d8.tar.gz
Renamed guard define.
Rev: nettle/yarrow.h:1.3
Diffstat (limited to 'yarrow.h')
-rw-r--r--yarrow.h6
1 files changed, 3 insertions, 3 deletions
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 */