diff options
author | 2014-12-03 07:33:27 +0000 | |
---|---|---|
committer | 2014-12-03 07:33:27 +0000 | |
commit | 0937d954d1d41bbd5d45536c231d4597b5870647 (patch) | |
tree | c1bd09ae761bb12b774ff438a1dfd176bf231307 | |
parent | deraadt points out i forgot about tcp_signature, although this won't (diff) | |
download | wireguard-openbsd-0937d954d1d41bbd5d45536c231d4597b5870647.tar.xz wireguard-openbsd-0937d954d1d41bbd5d45536c231d4597b5870647.zip |
md5 when wlan is needed too. fixes i386 ramdiskC
-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 132e512897f..ebd87e57773 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.588 2014/12/03 05:03:38 tedu Exp $ +# $OpenBSD: files,v 1.589 2014/12/03 07:33:27 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 | tcp_signature +file crypto/md5.c (inet & ipsec) | crypto | tcp_signature | wlan file crypto/rmd160.c (inet & ipsec) | crypto file crypto/sha1.c (inet & ipsec) | crypto | carp | wlan file crypto/sha2.c |