X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=algo%2Ftea.h;h=9731801233389a7b302c0fae3ed85dea6c4b0005;hb=6c6c2e09f1d68c7480c2faa02350b56766c63088;hp=6e4f935a81ae71452542822349bfc7afb94f49e2;hpb=35ae4275d8730a376ca61a92f08fb447eb2935b3;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 */