Skip to content

Commit

Permalink
Rename ERRATA.md to RATIONALE.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Nov 7, 2016
1 parent a3c71cc commit fd2da71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/random.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd2da71

Please sign in to comment.