]> 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:29:06 +0000 (15:29 +0100)
commite2144cf428acea7db845156eab6afa37cee7bed3
treec7e32bf15b95d23258689dcc9891f03321b2f752
parentc124f7f03011e92d95f0d81f2d46f3940871d22e
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)

(cherry picked from commit 57f94478060faeb688ebbd9fde1aa73abae00636)
crypto/params_from_text.c