From e9954ed253ce4c523f9624e1c9b97f751b87be41 Mon Sep 17 00:00:00 2001 From: "harshal.patil" Date: Wed, 20 Dec 2023 13:12:56 +0530 Subject: [PATCH] crypto: build xts.c unconditionally --- crypto/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/meson.build b/crypto/meson.build index 1590391a0f..5b49b822c1 100644 --- a/crypto/meson.build +++ b/crypto/meson.build @@ -82,3 +82,4 @@ else util_ss.add(files('random-platform.c')) endif +util_ss.add(files('xts.c'))