mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
13 lines
173 B
Plaintext
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},
|