On Thu, 6 Aug 2015 at 14:14 David Woodhouse via RT <r...@openssl.org> wrote:

> This code does open-coded division on 64-bit quantities and thus when
> building with GCC on 32-bit platforms will require functions such as
> __umoddi3 and __udivdi3 from libgcc.
>
> In constrained environments such as firmware, those functions may not
> be available. So make it possible to compile out SCT support, which in
> fact (in the case of UEFI) we don't need anyway.
>

I am curious why you think you don't need CT for UEFI?
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to