diff options
author | kris <kris@FreeBSD.org> | 2000-04-22 20:43:21 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-22 20:43:21 +0000 |
commit | b95f8c2f868cc955d83c79fe245d82259cda2ed7 (patch) | |
tree | b96e3fcb1e2219afc0d2b7542d5d1d8358de9047 /lib/libcrypt/crypt.3 | |
parent | 3359538d52f4a25d2b5ccf569ce2aa4288da06c8 (diff) | |
download | FreeBSD-src-b95f8c2f868cc955d83c79fe245d82259cda2ed7.zip FreeBSD-src-b95f8c2f868cc955d83c79fe245d82259cda2ed7.tar.gz |
Oops, remove vestigial reference to SHS passwords.
Diffstat (limited to 'lib/libcrypt/crypt.3')
-rw-r--r-- | lib/libcrypt/crypt.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index 46dab45..e9f98c1 100644 --- a/lib/libcrypt/crypt.3 +++ b/lib/libcrypt/crypt.3 @@ -57,9 +57,8 @@ in the hash. Currently these include the .Tn NBS .Tn Data Encryption Standard (DES) , -.Tn MD5 -or -.Tn SHS . +and +.Tn MD5 . The algorithm used will depend upon the format of the Salt--following the Modular Crypt Format (MCF)--and if .Tn DES |