diff options
author | 2014-11-15 10:29:42 +0000 | |
---|---|---|
committer | 2014-11-15 10:29:42 +0000 | |
commit | 166f972f2cd23a890e4a42513023fc53e1d07d16 (patch) | |
tree | d816a2380189e23ad72bac348e352e49d3ef780f | |
parent | hoist the slowdown handling up to the pool_do_get callers. this lets (diff) | |
download | wireguard-openbsd-166f972f2cd23a890e4a42513023fc53e1d07d16.tar.xz wireguard-openbsd-166f972f2cd23a890e4a42513023fc53e1d07d16.zip |
wire siphash into the build so in_pcb hashes can use it.
ok yasuoka@ mikeb@
-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 ab7af00653f..bc5c3dc02c8 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.583 2014/10/20 00:38:50 tedu Exp $ +# $OpenBSD: files,v 1.584 2014/11/15 10:29:42 dlg Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -873,6 +873,7 @@ file crypto/hmac.c wlan | (softraid & crypto) file crypto/gmac.c (inet & ipsec) | crypto file crypto/key_wrap.c wlan file crypto/idgen.c inet6 | nfsclient | nfsserver +file crypto/siphash.c file netmpls/mpls_input.c mpls file netmpls/mpls_output.c mpls file netmpls/mpls_proto.c mpls |