]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Renamed guard define.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 4 Nov 2008 19:47:55 +0000 (20:47 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 4 Nov 2008 19:47:55 +0000 (20:47 +0100)
Rev: nettle/yarrow.h:1.3

yarrow.h

index a5fac25c38e50e7670f0ca7b6540346a69423667..22676c2b78610b35f49f749947764fae91fb7dde 100644 (file)
--- 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 */