1. 19 Sep, 2015 7 commits
  2. 18 Sep, 2015 2 commits
  3. 17 Sep, 2015 8 commits
  4. 16 Sep, 2015 8 commits
  5. 15 Sep, 2015 3 commits
  6. 14 Sep, 2015 2 commits
  7. 12 Sep, 2015 1 commit
  8. 11 Sep, 2015 4 commits
  9. 10 Sep, 2015 4 commits
  10. 09 Sep, 2015 1 commit
    • 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