Skip to content

Commit

Permalink
Merge pull request #179 from samueldurantes/rng-typo
Browse files Browse the repository at this point in the history
fix typo in RNG setup
  • Loading branch information
hannesm authored Jun 25, 2023
2 parents 38adeb6 + d833bef commit 1bf9a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rng/rng.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let setup_rng =
`let main = Mirage.foreign \"Unikernel.Main\" (random @-> job)`, \
and `let () = register \"my_unikernel\" [main $ default_random]`. \
\n If you are using Lwt, execute \
`Mirage_crypto_rng_lwt.initialize (module Mirage_crypto_rng.Fortune)` \
`Mirage_crypto_rng_lwt.initialize (module Mirage_crypto_rng.Fortuna)` \
at startup. \
\n If you are using Async, execute \
`Mirage_crypto_rng_async.initialize (module Mirage_crypto_rng.Fortuna)` \
Expand Down

0 comments on commit 1bf9a78

Please sign in to comment.