diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-09 18:34:42 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-09 18:34:42 +0000 |
commit | 66c647e032060de77e02eae504560e5913f26c1b (patch) | |
tree | 3939776ddaa57394ad2c140cd2601993c210ac14 /sys/conf | |
parent | 84481eae7e455e18eb9a60235265481dde0c119a (diff) |
Include ipsec_input.c
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4a3ea39ee03..3a35367a214 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.139 1999/12/09 14:55:37 provos Exp $ +# $OpenBSD: files,v 1.140 1999/12/09 18:34:41 angelos Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -487,9 +487,10 @@ file netinet/ip_state.c ipfilter file netinet/ip_proxy.c ipfilter file netinet/ip_auth.c ipfilter file netinet/ip_log.c ipfilter -file netinet/ip_ipsp.c inet & (ipsec | tcp_signature) +file netinet/ip_ipsp.c (inet | inet6) & (ipsec | tcp_signature) file netinet/ip_ip4.c inet & (ipsec | mrouting) file netinet/ip_ether.c inet & ipsec +file netinet/ipsec_input.c (inet | inet6) & ipsec file netinet/ip_xform.c inet & ipsec file netinet/ipsec_input.c inet & ipsec file netinet/ip_esp_old.c inet & ipsec |