summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/drbgtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/drbgtest.c b/test/drbgtest.c
index f2054a8ac5..bb51e01210 100644
--- a/test/drbgtest.c
+++ b/test/drbgtest.c
@@ -911,7 +911,6 @@ static size_t get_pool_entropy(RAND_DRBG *drbg,
*/
static void cleanup_pool_entropy(RAND_DRBG *drbg, unsigned char *out, size_t outlen)
{
- OPENSSL_secure_clear_free(drbg->pool->buffer, drbg->pool->max_len);
OPENSSL_free(drbg->pool);
drbg->pool = NULL;
}