From: Thomas Nikolajsen Date: Wed, 6 Jul 2011 09:03:21 +0000 (+0200) Subject: kernel: Fix buildkernel for kernel w/ 'options IPSEC', but w/o IPSEC_ESP X-Git-Tag: v2.12.0~374 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/4ba557fb74b08e57a98790f8b7c3a2292ffd3d06 kernel: Fix buildkernel for kernel w/ 'options IPSEC', but w/o IPSEC_ESP --- diff --git a/sys/conf/files b/sys/conf/files index f3563b77ea..e6acc329aa 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1897,7 +1897,7 @@ libprop/prop_object.c standard libprop/prop_stack.c standard libprop/prop_string.c standard libprop/prop_rb.c standard -crypto/blowfish/bf_ecb.c optional ipsec +crypto/blowfish/bf_ecb.c optional ipsec ipsec_esp crypto/blowfish/bf_skey.c optional crypto crypto/camellia/camellia.c optional crypto crypto/camellia/camellia-api.c optional crypto