summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1999-12-09 14:55:38 +0000
committerNiels Provos <provos@cvs.openbsd.org>1999-12-09 14:55:38 +0000
commit4ff1043b1cfa0b5cb0bcf476c1147ed1bde82b08 (patch)
tree3062a1acb873b219d2f523a2d4a12c276a588c83
parenta3eba7171b86f5079dad0ee833e7e7faa51cfbf1 (diff)
ipsec_input.c instead of ip_esp.c and ip_ah.c
-rw-r--r--sys/conf/files5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files
index e3586c9074a..4a3ea39ee03 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.138 1999/12/08 06:50:17 itojun Exp $
+# $OpenBSD: files,v 1.139 1999/12/09 14:55:37 provos Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -490,9 +490,8 @@ file netinet/ip_log.c ipfilter
file netinet/ip_ipsp.c inet & (ipsec | tcp_signature)
file netinet/ip_ip4.c inet & (ipsec | mrouting)
file netinet/ip_ether.c inet & ipsec
-file netinet/ip_ah.c inet & ipsec
-file netinet/ip_esp.c inet & ipsec
file netinet/ip_xform.c inet & ipsec
+file netinet/ipsec_input.c inet & ipsec
file netinet/ip_esp_old.c inet & ipsec
file netinet/ip_esp_new.c inet & ipsec
file netinet/ip_ah_old.c inet & ipsec