summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2017-02-23 16:05:11 +0000
committeravg <avg@FreeBSD.org>2017-02-23 16:05:11 +0000
commit12ca8477ef8b7f6c3222a381d22f2a6c14bdc282 (patch)
tree74a3f21df950be6f7e0784cdc61003e1649eb037 /sys/conf
parentd20dd8b36e7a565be7bfbb22aade51c8ffd753e9 (diff)
downloadFreeBSD-src-12ca8477ef8b7f6c3222a381d22f2a6c14bdc282.zip
FreeBSD-src-12ca8477ef8b7f6c3222a381d22f2a6c14bdc282.tar.gz
MFC r263215,r263218,r285366: replace the kernel sha256 code
r263215 copy these files from lib/libmd in preperation for moving these files into the kernel... r263218 replace the kernel's version w/ cperciva's implementation... r285366 Complete the move that was started w/ r263218.. Note that the last change is out of order with r282726 that I am going to merge as well. Many thanks to cperciva for the more efficient code and to jmg for integrating it into the kernel.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 1c6afad..51d1f11 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -545,6 +545,8 @@ crypto/sha1.c optional carp | crypto | ipsec | \
netgraph_mppc_encryption | sctp
crypto/sha2/sha2.c optional crypto | geom_bde | ipsec | random | \
sctp | zfs
+crypto/sha2/sha256c.c optional crypto | geom_bde | ipsec | random | \
+ sctp | zfs
crypto/siphash/siphash.c optional inet | inet6
crypto/siphash/siphash_test.c optional inet | inet6
ddb/db_access.c optional ddb
OpenPOWER on IntegriCloud