summaryrefslogtreecommitdiffstats
path: root/sys/modules/crypto/Makefile
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-09-15 12:56:15 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2015-10-20 11:49:56 -0500
commitf64002f02d197d738df982cada3a82696430e136 (patch)
treeb4c72217628fd08049e45b4ee21db19c5f0306a7 /sys/modules/crypto/Makefile
parentf766687a3a5ebf46077dce1e79b586b6b1d57101 (diff)
downloadFreeBSD-src-f64002f02d197d738df982cada3a82696430e136.zip
FreeBSD-src-f64002f02d197d738df982cada3a82696430e136.tar.gz
MFC r262817:
Add siphash.c. While here, sort. TAG: IPSEC-HEAD Issue: #4841
Diffstat (limited to 'sys/modules/crypto/Makefile')
-rw-r--r--sys/modules/crypto/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile
index 175c289..ba8016f 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -3,19 +3,22 @@
.PATH: ${.CURDIR}/../../opencrypto
.PATH: ${.CURDIR}/../../crypto
.PATH: ${.CURDIR}/../../crypto/blowfish
+.PATH: ${.CURDIR}/../../crypto/camellia
.PATH: ${.CURDIR}/../../crypto/des
.PATH: ${.CURDIR}/../../crypto/rijndael
.PATH: ${.CURDIR}/../../crypto/sha2
-.PATH: ${.CURDIR}/../../crypto/camellia
+.PATH: ${.CURDIR}/../../crypto/siphash
KMOD = crypto
SRCS = crypto.c cryptodev_if.c
SRCS += criov.c cryptosoft.c xform.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 += camellia.c camellia-api.c
SRCS += des_ecb.c des_enc.c des_setkey.c
SRCS += sha1.c sha2.c
+SRCS += siphash.c
SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h
SRCS += opt_ddb.h
-SRCS += camellia.c camellia-api.c
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud