libsec: declare aes_setupEnc static
This commit is contained in:
parent
46926aa502
commit
4c52aedfe9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue