> On 26 Feb 2018, at 22:12, John Baldwin <j...@freebsd.org> wrote:
> 
> Author: jhb
> Date: Mon Feb 26 22:12:31 2018
> New Revision: 330041
> URL: https://svnweb.freebsd.org/changeset/base/330041
> 
> Log:
>  Move ccr_aes_getdeckey() from ccr(4) to the cxgbe(4) driver.
> 
>  This routine will also be used by the TOE module to manage TLS keys.
> 
>  Sponsored by:        Chelsio Communications

I’m getting the following on arm64 after this change:

/jenkins/workspace/FreeBSD-arm64-head/freebsd-head/sys/dev/cxgbe/t4_main.c:10197:19:
 error: use of undeclared identifier 'RIJNDAEL_MAXNR'
        uint32_t ek[4 * (RIJNDAEL_MAXNR + 1)];
                         ^

/jenkins/workspace/FreeBSD-arm64-head/freebsd-head/sys/dev/cxgbe/t4_main.c:10201:2:
 error: implicit declaration of function 'rijndaelKeySetupEnc' is invalid in 
C99 [-Werror,-Wimplicit-function-declaration]
        rijndaelKeySetupEnc(ek, enc_key, kbits);
        ^

Andrew

_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to