Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 13:42:20 +0000
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        John Baldwin <jhb@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r330041 - in head/sys/dev/cxgbe: . crypto
Message-ID:  <892FC376-0B0D-4408-A1B4-0B19C7E25E3E@fubar.geek.nz>
In-Reply-To: <201802262212.w1QMCVUW015291@repo.freebsd.org>
References:  <201802262212.w1QMCVUW015291@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


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

I=E2=80=99m 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?892FC376-0B0D-4408-A1B4-0B19C7E25E3E>