diff options
author | 2004-05-06 17:40:11 +0000 | |
---|---|---|
committer | 2004-05-06 17:40:11 +0000 | |
commit | 4cd1d1c8d4efe1b61cc691f1cada5ddeba4dc852 (patch) | |
tree | a715e9c53f181e9b3f98568d225905f9af3ba4d8 | |
parent | Add support for the SiS 741 Northbridge. ok deraadt@, grange@ (diff) | |
download | wireguard-openbsd-4cd1d1c8d4efe1b61cc691f1cada5ddeba4dc852.tar.xz wireguard-openbsd-4cd1d1c8d4efe1b61cc691f1cada5ddeba4dc852.zip |
carp needs sha1.c; noticed by form@pdp-11.org.ru.
ok deraadt@
-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 b0c0b2651c5..5ae7ea3627e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.293 2004/04/25 02:48:03 itojun Exp $ +# $OpenBSD: files,v 1.294 2004/05/06 17:40:11 grange Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -732,7 +732,7 @@ 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 file crypto/rmd160.c (inet & ipsec) | crypto -file crypto/sha1.c (inet & ipsec) | crypto +file crypto/sha1.c (inet & ipsec) | crypto | carp file crypto/sha2.c (inet & ipsec) | crypto file crypto/blf.c (inet & ipsec) | crypto | vnd file crypto/cast.c (inet & ipsec) | crypto |