diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-15 01:22:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-15 01:22:21 +0000 |
commit | 0ca128acbb3b5ac217209e672ede6fa1a67a5d5a (patch) | |
tree | b3d4a07f7688b5817432653386915484c903d607 /sys/conf/files | |
parent | 4d9f8c52b75b9d03de2389ab48f706643c4b7c7b (diff) |
the new dev/rnd.c uses the shared arc4 code instead of implimenting it by
itself, and thus demands the unconditional inclusion of crypto/arc4.c
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 8487299b53d..d32df9465ee 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.411 2007/10/10 15:53:53 art Exp $ +# $OpenBSD: files,v 1.412 2007/10/15 01:22:20 deraadt Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -818,7 +818,7 @@ file crypto/criov.c (inet & ipsec) | crypto file crypto/cryptosoft.c (inet & ipsec) | crypto file crypto/xform.c (inet & ipsec) | crypto file crypto/deflate.c (inet & ipsec) | crypto -file crypto/arc4.c wi | wlan +file crypto/arc4.c file crypto/michael.c wlan file netatalk/aarp.c netatalk file netatalk/at_control.c netatalk |