Update 1.1.1-pre8
This commit is contained in:
@@ -1832,7 +1832,7 @@ const EC_METHOD *EC_GFp_nistp256_method(void)
|
||||
* FUNCTIONS TO MANAGE PRECOMPUTATION
|
||||
*/
|
||||
|
||||
static NISTP256_PRE_COMP *nistp256_pre_comp_new()
|
||||
static NISTP256_PRE_COMP *nistp256_pre_comp_new(void)
|
||||
{
|
||||
NISTP256_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user