summaryrefslogtreecommitdiffstats
path: root/sys/modules/crypto/Makefile
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-09-15 13:32:01 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2015-10-20 11:51:18 -0500
commite1d74c4df60335f7c9005bac00da240856a5935d (patch)
treea0b782cc57a4417654ce48d33efddeea09bdcdd6 /sys/modules/crypto/Makefile
parent18f64d240c9088a10a150e07319b90c10d5f4937 (diff)
downloadFreeBSD-src-e1d74c4df60335f7c9005bac00da240856a5935d.zip
FreeBSD-src-e1d74c4df60335f7c9005bac00da240856a5935d.tar.gz
MFC r263219:
I clearly didn't test the modules... add sha256c.c to the various modules that included sha2.c... TAG: IPSEC-HEAD Issue: #4841
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 ba8016f..0e3c8eb 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -16,7 +16,7 @@ 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 += camellia.c camellia-api.c
SRCS += des_ecb.c des_enc.c des_setkey.c
-SRCS += sha1.c sha2.c
+SRCS += sha1.c sha2.c sha256c.c
SRCS += siphash.c
SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h
SRCS += opt_ddb.h
OpenPOWER on IntegriCloud