diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-19 02:34:46 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-19 02:34:46 +0000 |
commit | be5b25dcfa7cf05ef3e43f4f639a6ddc7ee0c592 (patch) | |
tree | 02b28133da44f3a5b04d22c2f640d828eb6f4101 /lib/libc | |
parent | ed658646e3da3340c91c30eba4db1d2ea7feb85e (diff) |
right or wrong, bcrypt() is declared in pwd.h, not unistd.h
Diffstat (limited to 'lib/libc')
-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 * |