summaryrefslogtreecommitdiffstats
path: root/sys/modules/crypto
diff options
context:
space:
mode:
authorivoras <ivoras@FreeBSD.org>2010-09-12 16:28:26 +0000
committerivoras <ivoras@FreeBSD.org>2010-09-12 16:28:26 +0000
commit599c1ac5992e739b3f945171e5410c2f0906139e (patch)
tree0ae5f8327dd16569a35b9eb0ba1f3b07fb962923 /sys/modules/crypto
parent4f68232de5defadacb2582321d94f8ca13972749 (diff)
downloadFreeBSD-src-599c1ac5992e739b3f945171e5410c2f0906139e.zip
FreeBSD-src-599c1ac5992e739b3f945171e5410c2f0906139e.tar.gz
List low-level Blowfish ECB module in the SRCS. It looks like it was dropped
by accident (and it would be inconvenient to implement it otherwise because it uses internal non-published headers). MFC after: 1 week
Diffstat (limited to 'sys/modules/crypto')
-rw-r--r--sys/modules/crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile
index be801db..bf7c566 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -12,7 +12,7 @@ KMOD = crypto
SRCS = crypto.c cryptodev_if.c
SRCS += criov.c cryptosoft.c xform.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 += skipjack.c bf_enc.c bf_ecb.c bf_skey.c
SRCS += des_ecb.c des_enc.c des_setkey.c
SRCS += sha1.c sha2.c
SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h
OpenPOWER on IntegriCloud