libsec: declare aes_setupEnc static

This commit is contained in:
cinap_lenrek 2015-09-02 06:15:02 +02:00
parent 46926aa502
commit 4c52aedfe9

View file

@ -969,7 +969,7 @@ static const u32 rcon[] = {
* *
* @return the number of rounds for the given cipher key size. * @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) aes_setupEnc(ulong rk[/*4*(Nr + 1)*/], const uchar cipherKey[], int keyBits)
{ {
int i = 0; int i = 0;