svn commit: r361481 - in head: share/man/man9 sys/crypto/ccp sys/dev/cxgbe/crypto sys/dev/hifn sys/dev/safe sys/geom/eli sys/kern sys/kgssapi/krb5 sys/netipsec sys/opencrypto sys/sys

John Baldwin jhb at FreeBSD.org
Fri May 29 14:46:39 UTC 2020


On 5/29/20 1:34 AM, Mateusz Guzik wrote:
> This gives me tinderbox failures with mips:
> 
> _.mips.XLP64
> 
> /usr/src/sys/mips/nlm/dev/sec/nlmseclib.c:113:10: error: enumeration
> value 'CRYPTO_BUF_NONE' not handled in switch [-Werror,-Wswitch]
>         switch (crp->crp_buf.cb_type) {
> 
> _.mips.OCTEON1
> _.mips.ERL
> 
>  /usr/src/sys/mips/cavium/cryptocteon/cryptocteon.c:298:10: error:
> enumeration values 'CRYPTO_BUF_NONE' and 'CRYPTO_BUF_CONTIG' not
> handled in switch [-Werror,-Wswitch]
>         switch (crp->crp_buf.cb_type) {

Hmm, I got warnings when I built those but not errors.  I'll fix.

-- 
John Baldwin


More information about the svn-src-head mailing list