summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-09-08 19:46:57 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-09-08 19:46:57 +0000
commit49f037bca9123f33ca479f807777ba69bdcfb0d3 (patch)
tree73e0194af6b0a01eb51e4456ff485685a3ddee5a
parent59be608802e2ea1002b644bd81cff816aa881b68 (diff)
Notes
-rw-r--r--lib/libc/gen/crypt.317
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libc/gen/crypt.3 b/lib/libc/gen/crypt.3
index 67ec98de457b..d95f7040a059 100644
--- a/lib/libc/gen/crypt.3
+++ b/lib/libc/gen/crypt.3
@@ -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 ,