Skip to content
  1. Sep 19, 2015
  2. Sep 18, 2015
  3. Sep 17, 2015
  4. Sep 16, 2015
  5. Sep 15, 2015
  6. Sep 14, 2015
  7. Sep 12, 2015
  8. Sep 11, 2015
  9. Sep 10, 2015
  10. Sep 09, 2015
    • David Woodhouse's avatar
      RT3992: Make SCT #ifdeffable. · 05d7bf6c
      David Woodhouse authored
      
      
      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: default avatarRich Salz <rsalz@akamai.com>
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      05d7bf6c