summaryrefslogtreecommitdiffstats
path: root/sys/modules/crypto
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-03-11 17:24:46 +0000
committerume <ume@FreeBSD.org>2005-03-11 17:24:46 +0000
commit5ce7e2e80a4c964711bcae675ca625200babec5a (patch)
tree67d309c11bf72836186db6d48b3ed9845eb02c30 /sys/modules/crypto
parent1723d628c51d72cc99e99fc848c4b4f1b5fdcafe (diff)
downloadFreeBSD-src-5ce7e2e80a4c964711bcae675ca625200babec5a.zip
FreeBSD-src-5ce7e2e80a4c964711bcae675ca625200babec5a.tar.gz
just use crypto/rijndael, and nuke opencrypto/rindael.[ch].
the two became almost identical since latest KAME merge. Discussed with: sam
Diffstat (limited to 'sys/modules/crypto')
-rw-r--r--sys/modules/crypto/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile
index 0d2168e..01fdd4b 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -4,14 +4,15 @@
.PATH: ${.CURDIR}/../../crypto
.PATH: ${.CURDIR}/../../crypto/blowfish
.PATH: ${.CURDIR}/../../crypto/des
+.PATH: ${.CURDIR}/../../crypto/rijndael
.PATH: ${.CURDIR}/../../crypto/sha2
.PATH: ${.CURDIR}/../../net
KMOD = crypto
SRCS = crypto.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 += cast.c deflate.c rmd160.c rijndael-alg-fst.c rijndael-api.c
+SRCS += skipjack.c bf_enc.c bf_skey.c
SRCS += des_ecb.c des_enc.c des_setkey.c
SRCS += sha1.c sha2.c
SRCS += zlib.c
OpenPOWER on IntegriCloud