code: fix EOF
authorMichael Wallner <mike@php.net>
Tue, 13 Jul 2021 07:33:04 +0000 (09:33 +0200)
committerMichael Wallner <mike@php.net>
Mon, 13 Sep 2021 12:07:38 +0000 (14:07 +0200)
src/libhashkit/rijndael.hpp

index 96961f8c99a776743b1a779a152b99b8ce30b131..96f48e341ade2244fe42e179feef8d8146145790 100644 (file)
@@ -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 */