symm/rijndael-mktab.c: Don't hardwire output `rcon' table size.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 5 Jan 2018 04:27:14 +0000 (04:27 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 11 Jun 2018 23:51:37 +0000 (00:51 +0100)
commit67c3ec710ed0938ea77537deaf9e080873f24248
treef3a45188ab671a10b0917be1ba44de5d881b61d2
parent15dfa998435a40ff3a7b1de4ec85541e8bac08dc
symm/rijndael-mktab.c: Don't hardwire output `rcon' table size.

We output `sizeof(rc)' entries, so that's what we should put in the
array length.
symm/rijndael-mktab.c