summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/crypt/crypt.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index 07cbbfcee28..bcfa12f18f6 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.24 2005/05/26 22:10:54 millert Exp $
+.\" $OpenBSD: crypt.3,v 1.25 2005/10/02 08:06:52 jmc Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -39,7 +39,10 @@
.Nm setkey ,
.Nm encrypt ,
.Nm des_setkey ,
-.Nm des_cipher
+.Nm des_cipher ,
+.Nm bcrypt_gensalt ,
+.Nm bcrypt ,
+.Nm md5crypt
.Nd DES encryption
.Sh SYNOPSIS
.Fd #include <pwd.h>