aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/geli
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/geli')
-rw-r--r--sys/boot/geli/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/geli/Makefile b/sys/boot/geli/Makefile
index b16f7a8c5ab3..89d6a9f956e8 100644
--- a/sys/boot/geli/Makefile
+++ b/sys/boot/geli/Makefile
@@ -49,5 +49,9 @@ SRCS+= rijndael-alg-fst.c rijndael-api-fst.c rijndael-api.c
CFLAGS+= -D_STAND
SRCS+= geliboot_crypto.c g_eli_hmac.c g_eli_key.c g_eli_key_cache.c pkcs5v2.c
+# aes
+.PATH: ${SYSDIR}/opencrypto
+SRCS+= xform_aes_xts.c
+
.include <bsd.stand.mk>
.include <bsd.lib.mk>