diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-03 04:56:03 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-03 04:56:03 +0000 |
commit | bd4022e8d8e81b17f2cdfab1484c4794bb40a50b (patch) | |
tree | 50e7528b7f2a80476b51aa0fd926859dff0f9960 /sys/conf/files | |
parent | b74cd21dd67661ec78aa874b0703af9abd95872f (diff) |
should no longer need md5 by default in all kernel builds.
tested with a few generic and ramdisk configs.
Diffstat (limited to 'sys/conf/files')
-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 1f24e601323..2618f2b9311 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.586 2014/12/02 17:41:55 deraadt Exp $ +# $OpenBSD: files,v 1.587 2014/12/03 04:56:02 tedu Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -852,7 +852,7 @@ file netinet/ip_ah.c inet & ipsec 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 | wlan -file crypto/md5.c +file crypto/md5.c (inet & ipsec) | crypto file crypto/rmd160.c (inet & ipsec) | crypto file crypto/sha1.c (inet & ipsec) | crypto | carp | wlan file crypto/sha2.c |