C++ compat
This commit is contained in:
parent
fb739acd7b
commit
dc2c68067b
@ -578,7 +578,7 @@ initialize(argon2_instance_t *instance, argon2_context *context)
|
|||||||
|
|
||||||
/* 1. Memory allocation */
|
/* 1. Memory allocation */
|
||||||
|
|
||||||
if ((instance->pseudo_rands =
|
if ((instance->pseudo_rands = (uint64_t *)
|
||||||
malloc(sizeof(uint64_t) * instance->segment_length)) == NULL) {
|
malloc(sizeof(uint64_t) * instance->segment_length)) == NULL) {
|
||||||
return ARGON2_MEMORY_ALLOCATION_ERROR;
|
return ARGON2_MEMORY_ALLOCATION_ERROR;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user