Skip to content

Commit

Permalink
Update flake inputs to align better with opam and fix mirage crypto rng
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid committed Feb 13, 2025
1 parent feb86f3 commit b580ee4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/JWETest.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let () = Mirage_crypto_rng_unix.initialize (module Mirage_crypto_rng.Fortuna)
let () = Mirage_crypto_rng_unix.use_default ()

open Helpers

Expand Down
2 changes: 1 addition & 1 deletion test/JWSTest.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let () = Mirage_crypto_rng_unix.initialize (module Mirage_crypto_rng.Fortuna)
let () = Mirage_crypto_rng_unix.use_default ()

open Helpers

Expand Down
2 changes: 1 addition & 1 deletion test/JWTTest.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let () = Mirage_crypto_rng_unix.initialize (module Mirage_crypto_rng.Fortuna)
let () = Mirage_crypto_rng_unix.use_default ()

open Helpers

Expand Down

0 comments on commit b580ee4

Please sign in to comment.