> Acked-by: Kai Ji <kai...@intel.com> > > > Subject: [PATCH] crypto/openssl: fix memory free issue > > > > From: Saoirse O'Donovan <saoirse.odono...@intel.com> > > > > Allocated memory was being freed using 'free' when it should have been > > freed using 'OPENSSL_free'. This has now been modified so that the correct > > method is used to free allocated memory. > > > > Coverity issue: 384415 > > Fixes: 4c7ae22f1f83 ("crypto/openssl: update DSA routine with 3.0 EVP API") > > Cc: kai...@intel.com > > Cc: sta...@dpdk.org > > > > Signed-off-by: Saoirse O'Donovan <saoirse.odono...@intel.com> > > Signed-off-by: Ciara Power <ciara.po...@intel.com> > > ---
Applied to dpdk-next-crypto Thanks.