From fd2da715fa16e62f8fb862fb3d4c0e10a253d244 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 7 Nov 2016 18:23:39 -0500 Subject: [PATCH] Rename ERRATA.md to RATIONALE.md. See #119 --- ERRATA.md => RATIONALE.md | 0 lib/random.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ERRATA.md => RATIONALE.md (100%) diff --git a/ERRATA.md b/RATIONALE.md similarity index 100% rename from ERRATA.md rename to RATIONALE.md diff --git a/lib/random.php b/lib/random.php index 92c3315..1e1d3c4 100644 --- a/lib/random.php +++ b/lib/random.php @@ -69,7 +69,7 @@ * 4. COM('CAPICOM.Utilities.1')->GetRandom() * 5. openssl_random_pseudo_bytes() (absolute last resort) * - * See ERRATA.md for our reasoning behind this particular order + * See RATIONALE.md for our reasoning behind this particular order */ if (extension_loaded('libsodium')) { // See random_bytes_libsodium.php