<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Thu, 6 Aug 2015 at 14:14 David Woodhouse via RT <<a href="mailto:rt@openssl.org">rt@openssl.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This code does open-coded division on 64-bit quantities and thus when<br>
building with GCC on 32-bit platforms will require functions such as<br>
__umoddi3 and __udivdi3 from libgcc.<br>
<br>
In constrained environments such as firmware, those functions may not<br>
be available. So make it possible to compile out SCT support, which in<br>
fact (in the case of UEFI) we don't need anyway.<br></blockquote><div><br></div><div>I am curious why you think you don't need CT for UEFI?</div><div><br></div></div></div>