Recheck unit test failure for openssl 1.1.1 in some distros. Recheck-request: iol-unit-amd64-testing -- Gowrishankar
> > Following RSA encrypt op, same plaintext buffer is used as output buffer for > decrypt op, hence comparing plaintext buffer against same buffer pointer in > crypto op always succeed irrespective of whether decrypt op succeeds or not. > This patch fixes this issue with a local buffer for crypto op. > > Fixes: 5ae36995f10 ("test/crypto: move RSA enqueue/dequeue into > functions") > Cc: sta...@dpdk.org > > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com>