summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-09-08 19:46:57 +0000
committercsgr <csgr@FreeBSD.org>1994-09-08 19:46:57 +0000
commitdb70eb1cc3596666f8bd43aff83b80ba5d6902b7 (patch)
tree73e0194af6b0a01eb51e4456ff485685a3ddee5a /lib/libc
parent93cbf671fafa6bf4f695e75465c25fffd5cb5b20 (diff)
downloadFreeBSD-src-db70eb1cc3596666f8bd43aff83b80ba5d6902b7.zip
FreeBSD-src-db70eb1cc3596666f8bd43aff83b80ba5d6902b7.tar.gz
document libcrypt and libcipher.
Submitted by: Geoff
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