RE: [EXT] [dpdk-dev v2] Crypto/qat: fix build with OpenSSL 1.1

2022-08-04 Thread Akhil Goyal
> 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

[dpdk-dev v2] Crypto/qat: fix build with OpenSSL 1.1

2022-07-26 Thread Kai Ji
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 --- drivers/common/qat/meson.build | 4 +++-