> Subject: [EXT] [dpdk-dev v2] Crypto/qat: fix build with OpenSSL 1.1 common/qat: fix build with OpenSSL 1.1
> This patch add in libcrypto version check before enable libipsec-mb for > QAT. The inter-ipsec-mb lib for partial hash and AES calculation should > only be enabled when both OpensSSL 3.0 and IPSec_MB 1.2.0 are installed > on the system. > > Signed-off-by: Kai Ji <kai...@intel.com> Fixes: 3227bc7138f5 ("crypto/qat: use intel-ipsec-mb for partial hash and AES") Cc: sta...@dpdk.org Acked-by: Akhil Goyal <gak...@marvell.com> Applied to dpdk-next-crypto Thanks.