File tree 4 files changed +4
-6
lines changed
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ depends: [
29
29
"logs"
30
30
"uri"
31
31
"tls-eio" {with-test & >= "1.0.0"}
32
- "mirage-crypto-rng" {with-test & < "1.2.0"}
33
- "mirage-crypto-rng-eio" {with-test & >= "0.11.2"}
32
+ "mirage-crypto-rng" {with-test & >= "1.2.0"}
34
33
"ca-certs" {with-test & >= "1.0.0"}
35
34
"fmt"
36
35
"ptime"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ let https ~authenticator =
26
26
27
27
let () =
28
28
Eio_main. run @@ fun env ->
29
- Mirage_crypto_rng_eio. run ( module Mirage_crypto_rng. Fortuna ) env @@ fun () ->
29
+ Mirage_crypto_rng_unix. use_default () ;
30
30
let client = Client. make ~https: (Some (https ~authenticator )) env#net in
31
31
Eio.Switch. run @@ fun sw ->
32
32
let resp, body =
Original file line number Diff line number Diff line change 10
10
logs.threaded
11
11
tls-eio
12
12
ca-certs
13
- mirage-crypto-rng-eio ))
13
+ mirage-crypto-rng.unix ))
14
14
15
15
(alias
16
16
(name runtest)
Original file line number Diff line number Diff line change 382
382
logs
383
383
uri
384
384
( tls-eio ( and :with -test ( >= 1 .0.0) ) )
385
- ( mirage-crypto-rng ( and :with -test ( < 1 .2.0) ) )
386
- ( mirage-crypto-rng-eio ( and :with -test ( >= 0 .11.2) ) )
385
+ ( mirage-crypto-rng ( and :with -test ( >= 1 .2.0) ) )
387
386
( ca-certs ( and :with -test ( >= " 1.0.0" ) ) )
388
387
fmt
389
388
ptime
You can’t perform that action at this time.
0 commit comments