[openssl/openssl] 7dfbf2: crypto/params: drop float for UEFI

Yi Li noreply at github.com
Wed Jun 14 14:07:09 UTC 2023


  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 7dfbf277e964828b696cdc3bd0f76c344de84974
      https://github.com/openssl/openssl/commit/7dfbf277e964828b696cdc3bd0f76c344de84974
  Author: Yi Li <yi1.li at intel.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M crypto/params.c

  Log Message:
  -----------
  crypto/params: drop float for UEFI

Using floating point is not supported in UEFI and can cause build
problems, for example due to SSE being disabled and x64 calling
convention passing floats in SSE registers.

Avoid those problems by not compiling the related code for floating
point numbers.

Signed-off-by: Yi Li <yi1.li at intel.com>

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21189)




More information about the openssl-commits mailing list