mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix 404 link
This commit is contained in:
parent
c03b723f56
commit
9e66c511ff
Notes:
git
2021-02-11 13:33:44 +09:00
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -9711,7 +9711,7 @@ rb_str_oct(VALUE str)
|
|||
* * Even in the "modular" mode, some hash functions are considered
|
||||
* archaic and no longer recommended at all; for instance module
|
||||
* <code>$1$</code> is officially abandoned by its author: see
|
||||
* http://phk.freebsd.dk/sagas/md5crypt_eol.html . For another
|
||||
* http://phk.freebsd.dk/sagas/md5crypt_eol/ . For another
|
||||
* instance module <code>$3$</code> is considered completely
|
||||
* broken: see the manpage of FreeBSD.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue