Comply headguard name to algo directory.
[bertos.git] / algo / tea.h
index 6e4f935a81ae71452542822349bfc7afb94f49e2..9731801233389a7b302c0fae3ed85dea6c4b0005 100644 (file)
@@ -39,8 +39,8 @@
  * http://www.cl.cam.ac.uk/ftp/users/djw3/tea.ps.
  */
 
-#ifndef ALGOS_TEA_H
-#define ALGOS_TEA_H
+#ifndef ALGO_TEA_H
+#define ALGO_TEA_H
 
 #include <cfg/compiler.h>
 
@@ -53,5 +53,5 @@
 void tea_enc(void *_v, void *_k);
 void tea_dec(void *_v, void *_k);
 
-#endif /* ALGOS_TEA_H */
+#endif /* ALGO_TEA_H */