diff options
-rw-r--r-- | lib/libc/crypt/crypt.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index ff9ae702db2..f4a78781da9 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.33 2013/07/16 15:21:11 schwarze Exp $ +.\" $OpenBSD: crypt.3,v 1.34 2014/03/19 02:34:45 tedu Exp $ .\" .\" FreeSec: libcrypt .\" @@ -31,7 +31,7 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: March 19 2014 $ .Dt CRYPT 3 .Os .Sh NAME @@ -58,6 +58,7 @@ .Fn des_setkey "const char *key" .Ft int .Fn des_cipher "const char *in" "char *out" "int32_t salt" "int count" +.In pwd.h .Ft char * .Fn bcrypt_gensalt "u_int8_t log_rounds" .Ft char * |