>               if (ret) {
>                       QAT_LOG(ERR, "(MD5)precompute failed");
>                       return -EFAULT;
> @@ -3197,6 +2828,11 @@ qat_security_session_create(void *dev,
>                       sess_private_data,
> SECURITY_GET_SESS_PRIV_IOVA(sess));
>       if (ret != 0) {
>               QAT_LOG(ERR, "Failed to configure session parameters");
> +#ifdef RTE_QAT_OPENSSL
> +#if (OPENSSL_VERSION_NUMBER >= 0x30000000L)
> +             ossl_legacy_provider_unload();
> +#endif
> +#endif
Why is this openssl version check required now?
Version < 3.0 is not supported in dpdk.

Reply via email to