> > Since "find_library()" is used to find the libipsec_mb library, there is a
> > chance
> > that an incompatible library will be found e.g. when doing cross-builds. To
> > fix
> > this, we copy the logic from the crypto/ipsec_mb driver to actually do a
> > link-
> > check on the library before deciding it can be used.
> >
> > Fixes: ca0ba0e48129 ("crypto/qat: default to IPsec MB for computations")
> > Cc: [email protected]
> >
> > Signed-off-by: Bruce Richardson <[email protected]>
> Acked-by: Ciara Power <[email protected]>
Applied, thanks.