diff options
author | 2014-12-03 18:16:50 +0000 | |
---|---|---|
committer | 2014-12-03 18:16:50 +0000 | |
commit | 286de5a8d7488a93957049d03c368f8c45dcfd15 (patch) | |
tree | ad0e376c5b9a30d962ec6b87001595b5d7980f60 | |
parent | Fix off by one in check for socket path too long. From Nicolas Bedos. (diff) | |
download | wireguard-openbsd-286de5a8d7488a93957049d03c368f8c45dcfd15.tar.xz wireguard-openbsd-286de5a8d7488a93957049d03c368f8c45dcfd15.zip |
no md5 in the kernel? not even close to true
-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 ebd87e57773..d504850c8a3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.589 2014/12/03 07:33:27 tedu Exp $ +# $OpenBSD: files,v 1.590 2014/12/03 18:16:50 deraadt 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 | wlan +file crypto/md5.c file crypto/rmd160.c (inet & ipsec) | crypto file crypto/sha1.c (inet & ipsec) | crypto | carp | wlan file crypto/sha2.c |