diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-11-15 10:29:43 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-11-15 10:29:43 +0000 |
commit | 1fd1d058f7e3440d3977f5c8d511e4e1edb973e4 (patch) | |
tree | e8ea93c1c4577485b58bf53691a31c49312cd591 /sys/conf | |
parent | 9afd05849af9cb911cedade6d2692876e39c3245 (diff) |
wire siphash into the build so in_pcb hashes can use it.
ok yasuoka@ mikeb@
Diffstat (limited to 'sys/conf')
-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 |