aboutsummaryrefslogtreecommitdiffstats
path: root/makevms.com
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2015-09-09 15:29:44 -0400
committerRich Salz <rsalz@openssl.org>2015-09-09 18:28:13 -0400
commit05d7bf6c5b729b88992b5474c21a24aa542f6e75 (patch)
tree72ea65c85ab1fedadc2474905175e8da9b559eef /makevms.com
parent84d90cf335209e6c1dcb5124d2ddf14ea617212f (diff)
downloadopenssl-05d7bf6c5b729b88992b5474c21a24aa542f6e75.tar.gz
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>
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com1
1 files changed, 1 insertions, 0 deletions
diff --git a/makevms.com b/makevms.com
index 4b9a3d7b51..2888ee2cd9 100755
--- a/makevms.com
+++ b/makevms.com
@@ -295,6 +295,7 @@ $ CONFIG_LOGICALS := AES,-
RFC3779,-
RMD160,-
RSA,-
+ SCT,-
SCRYPT,-
SCTP,-
SEED,-