diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-03 05:03:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-03 05:03:39 +0000 |
commit | a47c07a1fd51519076c66fcada00a891ab716222 (patch) | |
tree | 032acdef2bf72253838998ce329c330dbc04984a /sys/conf | |
parent | bd4022e8d8e81b17f2cdfab1484c4794bb40a50b (diff) |
deraadt points out i forgot about tcp_signature, although this won't
usually matter as all generic configs with tcp sigs have crypto too.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 2618f2b9311..132e512897f 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.587 2014/12/03 04:56:02 tedu Exp $ +# $OpenBSD: files,v 1.588 2014/12/03 05:03:38 tedu Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -852,7 +852,7 @@ file netinet/ip_ah.c inet & ipsec file netinet/ip_carp.c carp needs-count file netinet/ip_ipcomp.c inet & ipsec file crypto/rijndael.c (inet & ipsec) | crypto | uvm_swap_encrypt | wlan -file crypto/md5.c (inet & ipsec) | crypto +file crypto/md5.c (inet & ipsec) | crypto | tcp_signature file crypto/rmd160.c (inet & ipsec) | crypto file crypto/sha1.c (inet & ipsec) | crypto | carp | wlan file crypto/sha2.c |