document libcrypt and libcipher.

Submitted by:	Geoff
This commit is contained in:
Geoff Rehmet 1994-09-08 19:46:57 +00:00
parent 59be608802
commit 49f037bca9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2590

View File

@ -226,6 +226,23 @@ They have been provided return values primarily to distinguish
implementations where hardware support is provided but not
available or where the DES encryption is not available due to the
usual political silliness.
.Pp
Use of
.Fn crypt
requires linking with the
.Nm libcrypt
library. The
.Fn setkey ,
.Fn encrypt ,
.Fn des_setkey
and
.Fn des_cipher
can be found in the
.Nm libcipher
library (the standard C library,
.Nm libc ,
only contains stubs to these routines).
.Sh SEE ALSO
.Xr login 1 ,
.Xr passwd 1 ,