summaryrefslogtreecommitdiffstats
path: root/sys/modules/crypto/Makefile
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2013-12-09 02:06:52 +0000
committeralfred <alfred@FreeBSD.org>2013-12-09 02:06:52 +0000
commit8c81d31ad1578a4c78dde9d011f34dd02e6334e9 (patch)
treecfff732f966df85732f02412c096d64f05fcb929 /sys/modules/crypto/Makefile
parent743b336f116bfeacfb964595965bb64b6a529223 (diff)
downloadFreeBSD-src-8c81d31ad1578a4c78dde9d011f34dd02e6334e9.zip
FreeBSD-src-8c81d31ad1578a4c78dde9d011f34dd02e6334e9.tar.gz
Chase down cryptodeflate.c change from r259109.
Diffstat (limited to 'sys/modules/crypto/Makefile')
-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 08b9ed6..175c289 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -11,7 +11,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 += cast.c cryptodeflate.c rmd160.c rijndael-alg-fst.c rijndael-api.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
OpenPOWER on IntegriCloud