X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=algo%2Ftea.h;h=9731801233389a7b302c0fae3ed85dea6c4b0005;hb=6efccabd909ecee0607e10c57bb5e64162a19eb7;hp=6e4f935a81ae71452542822349bfc7afb94f49e2;hpb=839bb85440ae6b21ef990fd373008a7a021a9148;p=bertos.git diff --git a/algo/tea.h b/algo/tea.h index 6e4f935a..97318012 100644 --- a/algo/tea.h +++ b/algo/tea.h @@ -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 @@ -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 */