aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorIvan Voras <ivoras@FreeBSD.org>2010-09-12 16:28:26 +0000
committerIvan Voras <ivoras@FreeBSD.org>2010-09-12 16:28:26 +0000
commit89f81c964662f6934ef86f94f46507bb7f944d18 (patch)
tree0ae5f8327dd16569a35b9eb0ba1f3b07fb962923 /sys/modules
parent7879263397dd5f904770ec2446920dea4199e504 (diff)
downloadsrc-89f81c964662f6934ef86f94f46507bb7f944d18.tar.gz
src-89f81c964662f6934ef86f94f46507bb7f944d18.zip
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
Notes
Notes: svn path=/head/; revision=212496
Diffstat (limited to 'sys/modules')
-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 be801db598d4..bf7c566f133e 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