diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-30 19:44:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-30 19:44:30 +0000 |
commit | 3cc8ca508378c5d43a24563eb88d781904f39c02 (patch) | |
tree | 92d21d1c927f7d4f5945883e27bb2e5d72b66464 | |
parent | a0e83a510a0397b9b04d160a98e8ee3f97d3cfc5 (diff) |
inet & ipsec
-rw-r--r-- | sys/conf/files | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/conf/files b/sys/conf/files index d8c7ce939da..a56af9ff5dc 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.54 1997/04/24 08:37:46 downsj Exp $ +# $OpenBSD: files,v 1.55 1997/04/30 19:44:29 deraadt Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -299,19 +299,19 @@ file netinet/fil.c ipfilter file netinet/ip_nat.c ipfilter file netinet/ip_frag.c ipfilter file netinet/ip_state.c ipfilter -file netinet/ip_ah.c inet | ipsec -file netinet/ip_esp.c inet | ipsec -file netinet/ip_espdes.c inet | ipsec -file netinet/ip_espdesmd5.c inet | ipsec -file netinet/ip_ipsp.c inet | ipsec -file netinet/ip_ahmd5.c inet | ipsec -file netinet/ip_ip4.c inet | ipsec -file netinet/ip_ahhmacmd5.c inet | ipsec -file netinet/ip_ahhmacsha1.c inet | ipsec -file netinet/ip_sha1.c inet | ipsec -file netinet/libdeslite/ecb_enc.c inet | ipsec -file netinet/libdeslite/set_key.c inet | ipsec -file netinet/ip_esp3desmd5.c inet | ipsec +file netinet/ip_ah.c inet & ipsec +file netinet/ip_esp.c inet & ipsec +file netinet/ip_espdes.c inet & ipsec +file netinet/ip_espdesmd5.c inet & ipsec +file netinet/ip_ipsp.c inet & ipsec +file netinet/ip_ahmd5.c inet & ipsec +file netinet/ip_ip4.c inet & ipsec +file netinet/ip_ahhmacmd5.c inet & ipsec +file netinet/ip_ahhmacsha1.c inet & ipsec +file netinet/ip_sha1.c inet & ipsec +file netinet/libdeslite/ecb_enc.c inet & ipsec +file netinet/libdeslite/set_key.c inet & ipsec +file netinet/ip_esp3desmd5.c inet & ipsec file netiso/clnp_debug.c iso file netiso/clnp_er.c iso file netiso/clnp_frag.c iso |