From 515f5a84d26c99aff5ac391b78b3b69ce4830597 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 19 Mar 2024 11:14:36 +0100 Subject: [PATCH] add another ohex dep --- mirage-crypto-rng-mirage.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/mirage-crypto-rng-mirage.opam b/mirage-crypto-rng-mirage.opam index b22480ef..5f99c6bf 100644 --- a/mirage-crypto-rng-mirage.opam +++ b/mirage-crypto-rng-mirage.opam @@ -25,6 +25,7 @@ depends: [ "mirage-unix" {with-test & >= "5.0.0"} "mirage-time-unix" {with-test & >= "2.0.0"} "mirage-clock-unix" {with-test & >= "3.0.0"} + "ohex" {with-test & >= "0.2.0"} ] description: """ Mirage-crypto-rng-mirage provides entropy collection code for the RNG.