summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt/crypt.3
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2012-06-12 17:14:19 +0000
committerdes <des@FreeBSD.org>2012-06-12 17:14:19 +0000
commit249696a5bb352b7a4d02a3b8751b260a54cf4179 (patch)
tree9cd4e433872bd87e319e56a6c61363dc6ddc2ae9 /lib/libcrypt/crypt.3
parent0dd2f4334c397648162b0c1fc1698fbb8a41e32a (diff)
downloadFreeBSD-src-249696a5bb352b7a4d02a3b8751b260a54cf4179.zip
FreeBSD-src-249696a5bb352b7a4d02a3b8751b260a54cf4179.tar.gz
Stop using auth_getval() now that it always returns NULL. Instead,
hardcode the default to what it would be if we didn't hardcode it, i.e. DES if supported and MD5 otherwise. MFC after: 3 weeks
Diffstat (limited to 'lib/libcrypt/crypt.3')
-rw-r--r--lib/libcrypt/crypt.38
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3
index 535ccdd..f14a6eb 100644
--- a/lib/libcrypt/crypt.3
+++ b/lib/libcrypt/crypt.3
@@ -238,12 +238,6 @@ The
.Fn crypt_set_format
function sets the default encoding format according to the supplied
.Fa string .
-.Pp
-The global default format can be set using the
-.Pa /etc/auth.conf
-file using the
-.Va crypt_default
-property.
.Sh RETURN VALUES
The
.Fn crypt
@@ -260,9 +254,7 @@ Otherwise, a value of 0 is returned.
.Sh SEE ALSO
.Xr login 1 ,
.Xr passwd 1 ,
-.Xr auth_getval 3 ,
.Xr getpass 3 ,
-.Xr auth.conf 5 ,
.Xr passwd 5
.Sh HISTORY
A rotor-based
OpenPOWER on IntegriCloud