ref: 4c52aedfe92da7efe85e3b855855acb94863e084
parent: 46926aa50246c1b68ac685ae8cb396de1d60e726
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Sep 2 02:15:02 EDT 2015
libsec: declare aes_setupEnc static
--- a/sys/src/libsec/port/aes.c
+++ b/sys/src/libsec/port/aes.c
@@ -969,7 +969,7 @@
*
* @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;
--
⑨