renamed memory_identifier in why2_generate_key

This commit is contained in:
Václav Šmejkal 2023-02-08 19:26:54 +01:00
parent 53f6cb5d1c
commit d304b811da
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -416,7 +416,7 @@ void why2_generate_key(char *key, int keyLength)
if (!seedSet)
{
why2_set_memory_identifier("core_key_generation");
why2_set_memory_identifier("core_key_generation_random");
//TRY TO MAKE RANDOM GENERATION REALLY "RANDOM"
FILE *fileBuffer;
@ -427,7 +427,7 @@ void why2_generate_key(char *key, int keyLength)
{
if (!why2_get_flags().no_output) fprintf(stderr, "Reading file failed!\n");
why2_clean_memory("core_key_generation");
why2_clean_memory("core_key_generation_random");
return;
}