mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Fix comment.
This commit is contained in:
parent
5b55e1d305
commit
ff0507a88b
@ -106,7 +106,7 @@ __md5_crypt_r (key, salt, buffer, buflen)
|
||||
|
||||
/* The last part is the salt string. This must be at most 8
|
||||
characters and it ends at the first `$' character (for
|
||||
compatibility which existing solutions). */
|
||||
compatibility with existing implementations). */
|
||||
__md5_process_bytes (salt, salt_len, &ctx);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user