From: Michael Wallner Date: Tue, 13 Jul 2021 07:33:04 +0000 (+0200) Subject: code: fix EOF X-Git-Tag: 1.1.1~6 X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=commitdiff_plain;h=a9947e18838018442718a93edadfc264b8173ff5 code: fix EOF --- diff --git a/src/libhashkit/rijndael.hpp b/src/libhashkit/rijndael.hpp index 96961f8c..96f48e34 100644 --- a/src/libhashkit/rijndael.hpp +++ b/src/libhashkit/rijndael.hpp @@ -35,4 +35,4 @@ void rijndaelDecrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 ct[16], u8 p #ifdef INTERMEDIATE_VALUE_KAT void rijndaelEncryptRound(const u32 rk[/*4*(Nr + 1)*/], int Nr, u8 block[16], int rounds); void rijndaelDecryptRound(const u32 rk[/*4*(Nr + 1)*/], int Nr, u8 block[16], int rounds); -#endif /* INTERMEDIATE_VALUE_KAT */ \ No newline at end of file +#endif /* INTERMEDIATE_VALUE_KAT */