]> Git Repo - secp256k1.git/commit
Silence some warnings from pedantic static analysis tools, improve compatibility...
authorGregory Maxwell <[email protected]>
Mon, 26 Jan 2015 05:26:09 +0000 (05:26 +0000)
committerGregory Maxwell <[email protected]>
Sun, 8 Mar 2015 09:12:03 +0000 (09:12 +0000)
commit27bc1311af9afe93d016f6265faf1c9a2c391067
tree0bf9d9729331afce45f8b0b957d8f75c0ed4ec73
parent3b7ea633fb1abe75c0ddcb99d903b3ea665462a2
Silence some warnings from pedantic static analysis tools, improve compatibility with C++.

C doesn't include the null in an array initilized from a
string literal if it doesn't fit, in C++ this is invalid.

The vararray style prototypes and init+calc also changed in
 this commit are not C89 enough for some tools.
src/ecmult_gen_impl.h
src/field_10x26_impl.h
src/field_5x52_impl.h
src/scalar_8x32_impl.h
This page took 0.023931 seconds and 4 git commands to generate.