diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-07-11 23:38:01 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-07-11 23:38:01 +0000 |
commit | 2b321c849057129c4adc626affe1bb8cd115d630 (patch) | |
tree | 0e339ad3a8e09a49997f04572f21a6100ff8d60a /sys/conf/files | |
parent | 7400f685232e863b0f966a5dc01641911f42b817 (diff) |
put old esp/ah and new esp/ah in different files.
generalised way of handling transforms.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/sys/conf/files b/sys/conf/files index 183594bd74d..a7f2311c02a 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.59 1997/06/20 19:44:47 provos Exp $ +# $OpenBSD: files,v 1.60 1997/07/11 23:37:50 provos Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -299,22 +299,18 @@ 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_esp3des.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_ahsha1.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_ah.c inet & ipsec +file netinet/ip_esp.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 +file netinet/ip_ah_new.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/libdeslite/ecb3_enc.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 |