$OpenBSD: patch-rijndael_c,v 1.1 2021/02/03 21:23:20 naddy Exp $

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},
