> Pre and post computations currently use the OpenSSL library by default. > This patch changes the default option to Intel IPsec MB library version > 1.4 for the required computations. If this version of IPsec is not met > it will fallback to use OpenSSL. ARM will always default to using > OpenSSL as ARM IPsec MB does not support the necessary algorithms. > > Added version checks for libipsecmb and libcrypto into meson build. > Added directives for detecting IPsec MB or OpenSSL. > > Signed-off-by: Brian Dooley <brian.doo...@intel.com> > Acked-by: Kai Ji <kai...@intel.com> > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > Acked-by: Ciara Power <ciara.po...@intel.com> > --- > v7: > Rebase for-main
Applied to dpdk-next-crypto Thanks.