boringssl/crypto/ec
Adam Langley 466b9895ac Initialise variable before jump.
Clang finds:

crypto/ec/ec.c:420:7: error: variable 'ok' is used uninitialized
whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
  if (ctx == NULL) {
        ^~~~~~~~~~~

Change-Id: I33fc4d74ff3a3bd52ab155f8273fbcd9c6256e35
2015-11-03 14:20:45 -08:00
..
asm Add Intel's P-256 2015-11-03 22:08:47 +00:00
CMakeLists.txt Add Intel's P-256 2015-11-03 22:08:47 +00:00
ec_asn1.c Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
ec_key.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
ec_montgomery.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00
ec_test.cc Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
ec.c Initialise variable before jump. 2015-11-03 14:20:45 -08:00
example_mul.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
internal.h Add Intel's P-256 2015-11-03 22:08:47 +00:00
oct.c Simplify |EC_METHOD| by removing invariant methods. 2015-10-27 15:55:47 +00:00
p224-64.c Add OPENSSL_SMALL. 2015-10-27 16:40:20 +00:00
p256-64.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00
p256-x86_64-table.h Add Intel's P-256 2015-11-03 22:08:47 +00:00
p256-x86_64.c Add Intel's P-256 2015-11-03 22:08:47 +00:00
simple.c Change the type of |EC_GROUP_get_degree| and friends to |unsigned|. 2015-10-27 16:48:04 +00:00
util-64.c Add 64-bit, P-256 implementation. 2015-04-16 13:53:05 -07:00
wnaf.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00