Re: [dpdk-dev v6] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-25 Thread Stephen Hemminger
On Fri, 25 Feb 2022 23:13:56 +0800 Kai Ji wrote: > +cflags += ['-DOPENSSL_API_COMPAT=0x1010L'] > \ No newline at end of file All files in DPDK should have newline at end of file. How did this sneak in?

[dpdk-dev v6] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-25 Thread Kai Ji
This patch setup OPENSSL_API_COMPAT to suppress deprecated compile warning messages in ccp, openssl and qat PMDs, also update the symmetric EVP routine in crypto openssl pmd to adopt openssl 3.0 library. Signed-off-by: Kai Ji Acked-by: Fan Zhang --- drivers/common/qat/meson.build