From c3b315ec769e492430ebcd8e24bf6adfc261230f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 16 Aug 2017 21:12:48 +0200 Subject: [PATCH] + Firefox --- src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c b/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c index 725df3d2..ae805a27 100644 --- a/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c +++ b/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c @@ -42,8 +42,8 @@ * function `rand_s()` directly depends on it, so touching it would break many * applications released since Windows XP. * - * Also note that Rust and BoringSSL (thus, Google Chrome and everything based - * on Chromium) also depend on it, and that libsodium allows the RNG to be + * Also note that Rust, Firefox and BoringSSL (thus, Google Chrome and everything + * based on Chromium) also depend on it, and that libsodium allows the RNG to be * replaced without patching nor recompiling the library. */ # include