summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-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 67ec98d..d95f704 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 ,
OpenPOWER on IntegriCloud