diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-10 17:34:53 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-10 17:34:53 +0000 |
| commit | a427373c8539b8bafc66b18cf695568dae198a28 (patch) | |
| tree | 8771ac992bf4e5a109540081a5621aadebb5dd5b /sys/modules | |
| parent | 74e17e3ec2546de62266f34a3a3e1b1748adc0f5 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile index 37541b06db10..0d2168e91345 100644 --- a/sys/modules/crypto/Makefile +++ b/sys/modules/crypto/Makefile @@ -9,7 +9,7 @@ KMOD = crypto SRCS = crypto.c -SRCS += criov.c crmbuf.c cryptosoft.c xform.c +SRCS += criov.c cryptosoft.c xform.c SRCS += cast.c deflate.c rmd160.c rijndael.c skipjack.c SRCS += bf_enc.c bf_skey.c SRCS += des_ecb.c des_enc.c des_setkey.c |
