From dab141f1b5f7f40c5dd82264a863fe9c5c7c97fd Mon Sep 17 00:00:00 2001 From: gonzo Date: Fri, 17 Jul 2009 02:28:27 +0000 Subject: [PATCH] - Add DES and Blowfish implementstions to build. Required by crypto(4) --- sys/conf/files.mips | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/files.mips b/sys/conf/files.mips index 2828d441aff9..ca09e6cffead 100644 --- a/sys/conf/files.mips +++ b/sys/conf/files.mips @@ -73,6 +73,8 @@ mips/mips/support.S standard mips/mips/sys_machdep.c standard mips/mips/swtch.S standard mips/mips/uio_machdep.c standard +crypto/blowfish/bf_enc.c optional crypto | ipsec +crypto/des/des_enc.c optional crypto | ipsec | netsmb geom/geom_bsd.c optional geom_bsd geom/geom_bsd_enc.c optional geom_bsd geom/geom_mbr.c optional geom_mbr