boringssl/crypto/bn
David Benjamin 3673be7cb6 Fix standalone build on Win64.
Win64 fires significantly more warnings than Win32. Also some recent
changes made it grumpy.

(We might want to reconsider enabling all of MSVC's warnings. Given the sorts
of warnings some of these are, I'm not sure MSVC's version of -Wall -Werror is
actually tenable. Plus, diverging from the Chromium build, especially before
the bots are ready, is going to break pretty readily.)

Change-Id: If3b8feccf910ceab4a233b0731e7624d7da46f87
Reviewed-on: https://boringssl-review.googlesource.com/3420
Reviewed-by: Adam Langley <agl@google.com>
2015-02-11 23:13:52 +00:00
..
asm Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
add.c Inital import. 2014-06-20 13:17:32 -07:00
bn_test.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
bn.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
CMakeLists.txt Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
cmp.c Inital import. 2014-06-20 13:17:32 -07:00
convert.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
ctx.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
div.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
exponentiation.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
gcd.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
generic.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
internal.h Fix standalone build on Win64. 2015-02-11 23:13:52 +00:00
kronecker.c Inital import. 2014-06-20 13:17:32 -07:00
montgomery.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
mul.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
prime.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
random.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
rsaz_exp.c Support building with PNaCl. 2014-07-11 19:04:04 +00:00
rsaz_exp.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
shift.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
sqrt.c Add function to recover RSA CRT params. 2014-06-20 13:17:35 -07:00