diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-15 19:42:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-15 19:42:04 +0000 |
commit | 61567d20f19a942433118834d8cd969217e72589 (patch) | |
tree | 00cac56e01747d7d599355c37264f0d16af9dbac /sys | |
parent | 7f5c1d00327b689895ad6c34bd14633394a6e467 (diff) |
hmac.c is needed by softraid crypto now, even on non-wlan machines.
Diffstat (limited to 'sys')
-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 9ea3b43e7a0..1443adf21d2 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.440 2008/08/12 16:51:39 damien Exp $ +# $OpenBSD: files,v 1.441 2008/08/15 19:42:03 miod Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -849,7 +849,7 @@ file crypto/deflate.c (inet & ipsec) | crypto file crypto/arc4.c file crypto/michael.c wlan file crypto/cmac.c wlan -file crypto/hmac.c wlan +file crypto/hmac.c wlan | (softraid & crypto) file crypto/key_wrap.c wlan file crypto/idgen.c inet6 | nfsclient | nfsserver file netatalk/aarp.c netatalk |