diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-08 02:53:20 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-08 02:53:20 +0000 |
commit | 8621d107d75e99b1fec21b01df89f35e77a8cc92 (patch) | |
tree | 65867988ffe5d3471a3acfd4a16849d2ae73a873 /sys | |
parent | 5fff0646b953049b8185b495dc6360fe8fbc29a5 (diff) |
Add pfkeyv2_convert.c
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index bf5670f77ec..3c9a7df7035 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.201 2001/05/30 02:12:22 deraadt Exp $ +# $OpenBSD: files,v 1.202 2001/06/08 02:53:19 angelos Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -838,3 +838,4 @@ file netinet6/udp6_output.c inet6 file net/pfkey.c key | ipsec | tcp_signature file net/pfkeyv2.c key | ipsec | tcp_signature file net/pfkeyv2_parsemessage.c key | ipsec | tcp_signature +file net/pfkeyv2_convert.c key | ipsec | tcp_signature |