diff --git a/drbg.c b/drbg.c index 592e2be..4ce8ad9 100644 --- a/drbg.c +++ b/drbg.c @@ -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; } }