forked from wolfSSL/wolfssl
fix C++ mode warnings
This commit is contained in:
@@ -1318,7 +1318,7 @@ Preconditions:
|
||||
|f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc.
|
||||
*/
|
||||
|
||||
static const unsigned char zero[32];
|
||||
static const unsigned char zero[32] = {0};
|
||||
|
||||
int fe_isnonzero(const fe f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user