Hi Ciara, > -----Original Message----- > From: Power, Ciara <ciara.po...@intel.com> > Sent: Friday, October 27, 2023 3:23 PM > To: dev@dpdk.org > Cc: Power, Ciara <ciara.po...@intel.com>; Dooley, Brian > <brian.doo...@intel.com>; sta...@dpdk.org; Ji, Kai <kai...@intel.com> > Subject: [PATCH] crypto/qat: fix build when no openssl exists > > Previously some compilation errors existed when no openssl was installed on > the system, and intel-ipsec-mb was installed, due to missing headers and > macros. > > This patch fixes the issue by adding in extra ifdefs around openssl specific > code > paths, and by adding the relevant macros explicitly in QAT code so it does not > depend on openssl at all. > > Fixes: ca0ba0e48129 ("crypto/qat: default to IPsec MB for computations") > Cc: brian.doo...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Ciara Power <ciara.po...@intel.com>
Thanks! Acked-by: Brian Dooley <brian.doo...@intel.com>