diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-06-25 08:50:23 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-06-25 08:50:23 +0000 |
commit | e7d1957ca9f95fe54e98396fbaf410beaccb0e00 (patch) | |
tree | 37c3011c1493cb9c86d6fbddd7cd21dd50809b59 /sys | |
parent | 80a1baa5d1955f29a7dd14c56043eda1761ea537 (diff) |
vnd needs blowfish. Ok provos@
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 672ecabb972..070b08b504a 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.172 2000/06/20 09:46:11 fgsch Exp $ +# $OpenBSD: files,v 1.173 2000/06/25 08:50:22 espie Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -557,7 +557,7 @@ file netinet/ip_ah.c inet & ipsec file crypto/rijndael.c (inet & ipsec) | crypto | uvm_swap_encrypt file crypto/rmd160.c (inet & ipsec) | crypto file crypto/sha1.c (inet & ipsec) | crypto -file crypto/blf.c (inet & ipsec) | crypto | tcfs +file crypto/blf.c (inet & ipsec) | crypto | tcfs | vnd file crypto/cast.c (inet & ipsec) | crypto file crypto/skipjack.c (inet & ipsec) | crypto file crypto/ecb_enc.c (inet & ipsec) | crypto | tcfs |