Skip to content

Commit

Permalink
Fix another instance of the entropy clear infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurum-Vale authored Jul 5, 2024
1 parent 4cfb54c commit 35d5456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ static drbg_error _drbg_reseed(drbg_ctx *ctx,
if(entropy_pool != NULL){
if(clear_entropy_input(entropy_pool)){
ret = DRBG_ENTROPY_ERROR;
goto err;
}
}

Expand Down

0 comments on commit 35d5456

Please sign in to comment.