diff options
author | 2014-03-19 02:34:45 +0000 | |
---|---|---|
committer | 2014-03-19 02:34:45 +0000 | |
commit | dccb3d59e2154b28b5cfe5419069470c574831c9 (patch) | |
tree | e5f29f5d76e9ff17d4bb49f9e6ea304fd6c19664 /lib/libc | |
parent | Remove lexical $_ from libtool in preparation for perl 5.18 (diff) | |
download | wireguard-openbsd-dccb3d59e2154b28b5cfe5419069470c574831c9.tar.xz wireguard-openbsd-dccb3d59e2154b28b5cfe5419069470c574831c9.zip |
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 * |