diff options
author | grehan <grehan@FreeBSD.org> | 2002-09-16 04:13:48 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2002-09-16 04:13:48 +0000 |
commit | 809cab33812eb615ee949d1fccc122a18e8eb83e (patch) | |
tree | 009a036fffe2a9c3c0d426959c77853c71066a2b /sys/conf/files | |
parent | e73f192f94228edb6a68bff15edde3068882a58d (diff) | |
download | FreeBSD-src-809cab33812eb615ee949d1fccc122a18e8eb83e.zip FreeBSD-src-809cab33812eb615ee949d1fccc122a18e8eb83e.tar.gz |
geom_aes.c requires rijndael crypto
Approved by: phk, benno
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index ad967e5..152c537 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -796,6 +796,8 @@ geom/geom_pc98.c optional geom geom/geom_slice.c optional geom geom/geom_subr.c optional geom geom/geom_sunlabel.c optional geom +crypto/rijndael/rijndael-alg-fst.c optional geom +crypto/rijndael/rijndael-api-fst.c optional geom gnu/ext2fs/ext2_alloc.c optional ext2fs \ warning "kernel contains GPL contaminated ext2fs filesystem" gnu/ext2fs/ext2_balloc.c optional ext2fs |