crypt(3) incorrectly documents md5 salt, fixed.
PR: 36782 No objections from: ru MFC after: 3 days
This commit is contained in:
parent
b1f2c84336
commit
96f68db50b
@ -167,7 +167,7 @@ then the Modular Crypt Format is used. The
|
|||||||
.Fa digit
|
.Fa digit
|
||||||
represents which algorithm is used in encryption. Following the token is
|
represents which algorithm is used in encryption. Following the token is
|
||||||
the actual salt to use in the encryption. The length of the salt is limited
|
the actual salt to use in the encryption. The length of the salt is limited
|
||||||
to 16 characters--because the length of the returned output is also limited
|
to 8 characters--because the length of the returned output is also limited
|
||||||
(_PASSWORD_LEN). The salt must be terminated with the end of the string
|
(_PASSWORD_LEN). The salt must be terminated with the end of the string
|
||||||
(NULL) or a dollar sign. Any characters after the dollar sign are ignored.
|
(NULL) or a dollar sign. Any characters after the dollar sign are ignored.
|
||||||
.Pp
|
.Pp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user