Files
ports/security/aescrypt/patches/patch-rijndael_c
T
2022-03-11 19:53:16 +00:00

13 lines
173 B
Plaintext

Index: rijndael.c
--- rijndael.c.orig
+++ rijndael.c
@@ -19,6 +19,8 @@
#include "rijndael-boxes.dat"
+int ROUNDS;
+
static word8 shifts[3][4][2] = {
{
{0, 0},