Chase r261913: hardcoded default crypt(3) algorithm is SHA-512 when DES

is not available.

Submitted by:	Ali Mashtizadeh <ali mashtizadeh.com>
MFC after:	3 days
This commit is contained in:
Xin LI 2019-05-27 06:37:23 +00:00
parent 09899450ed
commit a6c0c82406
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348302

View file

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 10, 2016
.Dd May 26, 2019
.Dt CRYPT 3
.Os
.Sh NAME
@ -222,7 +222,7 @@ This is currently
.\" NOTICE: Also make sure to update this
.\"
DES
if it is available, or MD5 if not.
if it is available, or SHA-512 if not.
.Pp
How the salt is used will depend upon the algorithm for the hash.
For