summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2007-07-18 18:17:10 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2007-07-18 18:17:10 +0000
commitd429c676df59fae16e9728987a4539d8c6207e10 (patch)
treee71501e761333e12e62f7d8d335ba42e391a5b05 /sys
parent87c3411fe88cdc72872868ace6ebca28ffc5a855 (diff)
net80211 requires AES too.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index bbd4c2c960e..2e82568f8d6 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.408 2007/07/06 01:23:25 deraadt Exp $
+# $OpenBSD: files,v 1.409 2007/07/18 18:17:09 damien Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -796,7 +796,7 @@ file netinet/ip_esp.c inet & ipsec
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
+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