]> granicus.if.org Git - openssl/commit
RT3992: Make SCT #ifdeffable.
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 9 Sep 2015 19:29:44 +0000 (15:29 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 9 Sep 2015 22:28:13 +0000 (18:28 -0400)
commit05d7bf6c5b729b88992b5474c21a24aa542f6e75
tree72ea65c85ab1fedadc2474905175e8da9b559eef
parent84d90cf335209e6c1dcb5124d2ddf14ea617212f
RT3992: Make SCT #ifdeffable.

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: Rich Salz <rsalz@akamai.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/x509v3/ext_dat.h
crypto/x509v3/v3_scts.c
makevms.com
util/mkdef.pl