summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/nettle/rnd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/nettle/rnd.c b/lib/nettle/rnd.c
index d72b910d3a..7b0f0f682f 100644
--- a/lib/nettle/rnd.c
+++ b/lib/nettle/rnd.c
@@ -144,7 +144,6 @@ static int do_device_source(struct rnd_ctx_st *ctx, int init, struct event_st *e
static void wrap_nettle_rnd_deinit(void *_ctx)
{
struct ext_ctx_st *ctx = _ctx;
- _rnd_system_entropy_deinit();
gnutls_free(ctx);
}