From abfce06961221a7b4ec41adf66aefe98cbceddbc Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 29 Jun 2024 08:30:12 +0200 Subject: [PATCH] mirage-crypto-ec, mirage-crypto-pk: add ohex with-test dependency --- mirage-crypto-ec.opam | 1 + mirage-crypto-pk.opam | 1 + 2 files changed, 2 insertions(+) diff --git a/mirage-crypto-ec.opam b/mirage-crypto-ec.opam index d74cba51..6efd150e 100644 --- a/mirage-crypto-ec.opam +++ b/mirage-crypto-ec.opam @@ -37,6 +37,7 @@ depends: [ "ppx_deriving" {with-test} "yojson" {with-test & >= "1.6.0"} "asn1-combinators" {with-test & >= "0.3.1"} + "ohex" {with-test & >= "0.2.0"} ] conflicts: [ "ocaml-freestanding" diff --git a/mirage-crypto-pk.opam b/mirage-crypto-pk.opam index f5c6db71..39b11126 100644 --- a/mirage-crypto-pk.opam +++ b/mirage-crypto-pk.opam @@ -18,6 +18,7 @@ depends: [ "dune" {>= "2.7"} "ounit2" {with-test} "randomconv" {with-test & >= "0.2.0"} + "ohex" {with-test & >= "0.2.0"} "mirage-crypto" {=version} "mirage-crypto-rng" {=version} "digestif" {>= "1.2.0"}