> Update the OpenSSL PMD to require OpenSSL 3.0.0 as the minimum > supported version, removing all compatibility code for earlier > versions (1.0.1, 1.1.0, 1.1.1). > > Signed-off-by: Emma Finn <[email protected]> > --- > *v2: skip build if openssl v3.0 dependency is not met. > --- > doc/guides/cryptodevs/openssl.rst | 4 +- > doc/guides/rel_notes/release_26_07.rst | 5 + > drivers/crypto/openssl/compat.h | 203 ------ > drivers/crypto/openssl/meson.build | 4 +- > drivers/crypto/openssl/openssl_pmd_private.h | 30 - > drivers/crypto/openssl/rte_openssl_pmd.c | 648 +------------------ > drivers/crypto/openssl/rte_openssl_pmd_ops.c | 206 ------ > 7 files changed, 21 insertions(+), 1079 deletions(-) > Acked-by: Akhil Goyal <[email protected]> Thanks for the cleanup. You missed to remove the deprecation notice.
Removed deprecation notice while applying. Applied to dpdk-next-crypto

