On Mon, Jun 26, 2023 at 12:04 PM Thomas Monjalon
wrote:
> 26/06/2023 11:13, Didier Pallard:
> > HI,
> > not sure to understand how it is possible.
> > If build OPENSSL_VERSION_NUMBER < 0x1010L, linker should link
> binary
> > with libcrypto.so.1.0.0.
> > libcrypto.so.1.1 if build for 0x1010
26/06/2023 11:13, Didier Pallard:
> HI,
> not sure to understand how it is possible.
> If build OPENSSL_VERSION_NUMBER < 0x1010L, linker should link binary
> with libcrypto.so.1.0.0.
> libcrypto.so.1.1 if build for 0x1010L and libcrypto.so.3 for
> 0x3000L
> loader should not allow to
HI,
not sure to understand how it is possible.
If build OPENSSL_VERSION_NUMBER < 0x1010L, linker should link binary
with libcrypto.so.1.0.0.
libcrypto.so.1.1 if build for 0x1010L and libcrypto.so.3 for
0x3000L
loader should not allow to link with a library different from the one used
18/04/2023 16:56, Didier Pallard:
> This workaround was needed before version 1.0.1f. Do not build it for
> versions >= 1.1.
>
> Fixes: d61f70b4c918 ("crypto/libcrypto: add driver for OpenSSL library")
> Signed-off-by: Didier Pallard
> Cc: sta...@dpdk.org
[...]
> +#if OPENSSL_VERSION_NUMBER < 0x1
Applied to dpdk-next-crypto
Thanks.
ubject: [PATCH] crypto/openssl: do not build useless workaround
This workaround was needed before version 1.0.1f. Do not build it for
versions >= 1.1.
Fixes: d61f70b4c918 ("crypto/libcrypto: add driver for OpenSSL library")
Signed-off-by: Didier Pallard
Cc: sta...@dpdk.org
---
dri
This workaround was needed before version 1.0.1f. Do not build it for
versions >= 1.1.
Fixes: d61f70b4c918 ("crypto/libcrypto: add driver for OpenSSL library")
Signed-off-by: Didier Pallard
Cc: sta...@dpdk.org
---
drivers/crypto/openssl/rte_openssl_pmd.c | 14 --
1 file changed, 12 i
7 matches
Mail list logo