Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf cgd should be able to work with or without ipsec.
details: https://anonhg.NetBSD.org/src/rev/11386ca850f5
branches: trunk
changeset: 537714:11386ca850f5
user: elric <elric%NetBSD.org@localhost>
date: Fri Oct 04 23:04:53 2002 +0000
description:
cgd should be able to work with or without ipsec.
diffstat:
sys/conf/files | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r e7b3c25dc1e1 -r 11386ca850f5 sys/conf/files
--- a/sys/conf/files Fri Oct 04 22:56:54 2002 +0000
+++ b/sys/conf/files Fri Oct 04 23:04:53 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.555 2002/10/04 18:25:51 elric Exp $
+# $NetBSD: files,v 1.556 2002/10/04 23:04:53 elric Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -973,16 +973,16 @@
# kernel sources
#
file crypto/arc4/arc4.c wlan
-file crypto/des/des_ecb.c ipsec & ipsec_esp
-file crypto/des/des_setkey.c ipsec & ipsec_esp
+file crypto/des/des_ecb.c (ipsec & ipsec_esp) | cgd
+file crypto/des/des_setkey.c (ipsec & ipsec_esp) | cgd
file crypto/des/des_enc.c ((ipsec & ipsec_esp) | cgd) &
!crypto_md_des_enc
file crypto/des/des_cbc.c cgd & !crypto_md_des_cbc
file crypto/blowfish/bf_enc.c ((ipsec & ipsec_esp) | cgd) &
!crypto_md_bf_enc
file crypto/blowfish/bf_cbc.c cgd & !crypto_md_bf_cbc
-file crypto/blowfish/bf_skey.c ipsec & ipsec_esp
-file crypto/cast128/cast128.c ipsec & ipsec_esp
+file crypto/blowfish/bf_skey.c (ipsec & ipsec_esp) | cgd
+file crypto/cast128/cast128.c (ipsec & ipsec_esp) | cgd
file crypto/rijndael/rijndael-alg-fst.c (ipsec & ipsec_esp) | cgd
file crypto/rijndael/rijndael-api-fst.c (ipsec & ipsec_esp) | cgd
file ddb/db_access.c ddb | kgdb
Home |
Main Index |
Thread Index |
Old Index