• D
    RT3992: Make SCT #ifdeffable. · 05d7bf6c
    David Woodhouse 提交于
    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.
    Signed-off-by: NRich Salz <rsalz@akamai.com>
    Reviewed-by: NTim Hudson <tjh@openssl.org>
    05d7bf6c
v3_scts.c 10.3 KB