* RE: [EXT] Re: [PATCH 1/1] drivers: define OPENSSL_API_COMPAT
[not found] ` <CAJFAV8xZq+7C2+BhHGhq+xjU_brDakkLwhRB_L6nNPR4BeNcdQ@mail.gmail.com>
@ 2022-05-26 16:18 ` Akhil Goyal
0 siblings, 0 replies; only message in thread
From: Akhil Goyal @ 2022-05-26 16:18 UTC (permalink / raw)
To: David Marchand, Heinrich Schuchardt
Cc: Fan Zhang, Chandubabu Namburu, dev, stable
> On Tue, May 10, 2022 at 5:06 PM Heinrich Schuchardt
> <heinrich.schuchardt@canonical.com> wrote:
> >
> > The API of the OpenSSL library has changed with version 3.0. This results
> > in a lot of compiler warnings like
> >
> > ../dpdk/drivers/crypto/ccp/ccp_crypto.c:182:9:
> > warning: ‘SHA256_Transform’ is deprecated:
> > Since OpenSSL 3.0 [-Wdeprecated-declarations]
> >
> > As many Linux distributions still use elder OpenSSL libraries we cannot
> > change the used API now. Instead define OPENSSL_API_COMPAT to indicate
> > that we are using the OpenSSL 1.1.0 API.
> >
> > OPENSSL_API_COMPAT is introduced in *.c files and not in *.h files as some
> > *.c files directly include OpenSSL headers.
> >
> > Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
>
> Thanks for the fix, I got a new shiny laptop running Fedora 36 and hit
> this issue.
> That may be something we want to backport, and I would then Cc:
> stable@dpdk.org.
>
> Tested-by: David Marchand <david.marchand@redhat.com>
Applied to dpdk-next-crypto
Thanks.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-05-26 16:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20220510150635.61975-1-heinrich.schuchardt@canonical.com>
[not found] ` <CAJFAV8xZq+7C2+BhHGhq+xjU_brDakkLwhRB_L6nNPR4BeNcdQ@mail.gmail.com>
2022-05-26 16:18 ` [EXT] Re: [PATCH 1/1] drivers: define OPENSSL_API_COMPAT Akhil Goyal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).