From 3b821c79f1cbc2774b46caa95df3b05b9ae6514f Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 27 May 2019 06:37:23 +0000 Subject: [PATCH] Chase r261913: hardcoded default crypt(3) algorithm is SHA-512 when DES is not available. Submitted by: Ali Mashtizadeh MFC after: 3 days --- lib/libcrypt/crypt.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index bceec437691..a0099edf9c9 100644 --- a/lib/libcrypt/crypt.3 +++ b/lib/libcrypt/crypt.3 @@ -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 -- 2.45.0