]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto: disable OSSL_PARAM_REAL on UEFI
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 7 Apr 2025 10:58:54 +0000 (12:58 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Apr 2025 14:27:38 +0000 (15:27 +0100)
commit57f94478060faeb688ebbd9fde1aa73abae00636
tree7dfb5f84868c92afb5ee2c54c262eba012baf2d2
parentd890ad2b96efea4f5f4b0db190017ce9a3897df7
crypto: disable OSSL_PARAM_REAL on UEFI

Floating point types like double can't be used on UEFI.
Fix build on UEFI by disabling the OSSL_PARAM_REAL branch.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27284)
crypto/params_from_text.c