diff options
| -rw-r--r-- | sys/src/libsec/port/aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libsec/port/aes.c b/sys/src/libsec/port/aes.c index 4ce653784..d55621884 100644 --- a/sys/src/libsec/port/aes.c +++ b/sys/src/libsec/port/aes.c @@ -969,7 +969,7 @@ static const u32 rcon[] = { * * @return the number of rounds for the given cipher key size. */ -int +static int aes_setupEnc(ulong rk[/*4*(Nr + 1)*/], const uchar cipherKey[], int keyBits) { int i = 0; |
