diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-20 00:38:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-20 00:38:51 +0000 |
commit | 3f418811adee6671832fde4ec6750183970f99b0 (patch) | |
tree | 79e91ac7c8ee283b12b545b3a97089f999d572f7 /sys/conf | |
parent | 8f7ce08f2e616afb7a6f54dd7e5ee29d80a158cd (diff) |
unconditionally build sha2 so we can use it in all the kernels.
Diffstat (limited to 'sys/conf')
-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 c03aaf32c39..ab7af00653f 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.582 2014/10/12 19:33:32 miod Exp $ +# $OpenBSD: files,v 1.583 2014/10/20 00:38:50 tedu Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -855,7 +855,7 @@ file crypto/rijndael.c (inet & ipsec) | crypto | uvm_swap_encrypt | 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 (inet & ipsec) | crypto | wlan +file crypto/sha2.c file crypto/blf.c (inet & ipsec) | crypto | vnd file crypto/cast.c (inet & ipsec) | crypto file crypto/ecb_enc.c (inet & ipsec) | crypto |