summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>1999-12-27 18:53:24 +0000
committershin <shin@FreeBSD.org>1999-12-27 18:53:24 +0000
commit9c7b85f0e8b2338ab49e23e4837cfbd4a58798d7 (patch)
tree466057fcc224be1a9e3855d08f35bd5569e1df76 /sys
parentd09ff1ad4fe5bbafcbdef0e019bc806a7899f9fe (diff)
downloadFreeBSD-src-9c7b85f0e8b2338ab49e23e4837cfbd4a58798d7.zip
FreeBSD-src-9c7b85f0e8b2338ab49e23e4837cfbd4a58798d7.tar.gz
Add ipsec_esp option to files which depend on crypto.
Now you can build a kernel which support IPsec message authentication but don't support message encryption, by defining IPSEC in your kernel config file and not defining IPSEC_ESP.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files30
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 4c0f129..4dc43fb 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -64,18 +64,18 @@ cam/scsi/scsi_scan.c optional scan
cam/scsi/scsi_target.c optional targ
cam/scsi/scsi_targ_bh.c optional targbh
crypto/sha1.c optional ipsec
-crypto/des/des_cbc.c optional ipsec
-crypto/des/des_ecb.c optional ipsec
-crypto/des/des_setkey.c optional ipsec
-crypto/des/des_3cbc.c optional ipsec
-crypto/blowfish/bf_cbc.c optional ipsec
-crypto/blowfish/bf_cbc_m.c optional ipsec
-crypto/blowfish/bf_enc.c optional ipsec
-crypto/blowfish/bf_skey.c optional ipsec
-crypto/cast128/cast128.c optional ipsec
-crypto/cast128/cast128_cbc.c optional ipsec
-crypto/rc5/rc5.c optional ipsec
-crypto/rc5/rc5_cbc.c optional ipsec
+crypto/des/des_cbc.c optional ipsec ipsec_esp
+crypto/des/des_ecb.c optional ipsec ipsec_esp
+crypto/des/des_setkey.c optional ipsec ipsec_esp
+crypto/des/des_3cbc.c optional ipsec ipsec_esp
+crypto/blowfish/bf_cbc.c optional ipsec ipsec_esp
+crypto/blowfish/bf_cbc_m.c optional ipsec ipsec_esp
+crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
+crypto/blowfish/bf_skey.c optional ipsec ipsec_esp
+crypto/cast128/cast128.c optional ipsec ipsec_esp
+crypto/cast128/cast128_cbc.c optional ipsec ipsec_esp
+crypto/rc5/rc5.c optional ipsec ipsec_esp
+crypto/rc5/rc5_cbc.c optional ipsec ipsec_esp
ddb/db_access.c optional ddb
ddb/db_kld.c optional ddb
ddb/db_aout.c optional ddb
@@ -650,9 +650,9 @@ netinet/mlfk_ipl.c optional ipfilter inet
netinet6/ah_core.c optional ipsec
netinet6/ah_input.c optional ipsec
netinet6/ah_output.c optional ipsec
-netinet6/esp_core.c optional ipsec
-netinet6/esp_input.c optional ipsec
-netinet6/esp_output.c optional ipsec
+netinet6/esp_core.c optional ipsec ipsec_esp
+netinet6/esp_input.c optional ipsec ipsec_esp
+netinet6/esp_output.c optional ipsec ipsec_esp
netinet6/ipsec.c optional ipsec
netinet6/dest6.c optional inet6
netinet6/frag6.c optional inet6
OpenPOWER on IntegriCloud