diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-02 08:06:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-02 08:06:53 +0000 |
commit | 2c6c5e89f2e796b47fd829f3aed45a3d1d458deb (patch) | |
tree | 10ca4eacd3da861de06c6f1551382b23a9b55153 /lib/libc/crypt | |
parent | aeff794e71c496ef1bea98c6bb8b00a6d298cbc8 (diff) |
add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 7 |
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> |