Update 1.1.1-pre8
This commit is contained in:
@@ -1212,7 +1212,7 @@ static void batch_mul(felem x_out, felem y_out, felem z_out,
|
||||
* FUNCTIONS TO MANAGE PRECOMPUTATION
|
||||
*/
|
||||
|
||||
static NISTP224_PRE_COMP *nistp224_pre_comp_new()
|
||||
static NISTP224_PRE_COMP *nistp224_pre_comp_new(void)
|
||||
{
|
||||
NISTP224_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user