diff options
author | 2013-06-05 04:01:53 +0000 | |
---|---|---|
committer | 2013-06-05 04:01:53 +0000 | |
commit | 13ae9406037400813347d157b2f95bd9164627e0 (patch) | |
tree | f7e18a73db0323b6625ac953c535098e145fe526 /lib/libutil | |
parent | use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarze (diff) | |
download | wireguard-openbsd-13ae9406037400813347d157b2f95bd9164627e0.tar.xz wireguard-openbsd-13ae9406037400813347d157b2f95bd9164627e0.zip |
i copied .Fd just like everybody else. use .In
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/bcrypt_pbkdf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/bcrypt_pbkdf.3 b/lib/libutil/bcrypt_pbkdf.3 index efc5797a485..b786bf1ced6 100644 --- a/lib/libutil/bcrypt_pbkdf.3 +++ b/lib/libutil/bcrypt_pbkdf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bcrypt_pbkdf.3,v 1.3 2013/06/04 06:39:11 jmc Exp $ +.\" $OpenBSD: bcrypt_pbkdf.3,v 1.4 2013/06/05 04:01:53 tedu Exp $ .\" .\" Copyright (c) 2012 Ted Unangst <tedu@openbsd.org> .\" @@ -14,14 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 4 2013 $ +.Dd $Mdocdate: June 5 2013 $ .Dt BCRYPT_PBKDF 3 .Os .Sh NAME .Nm bcrypt_pbkdf .Nd bcrypt password-based key derivation function .Sh SYNOPSIS -.Fd #include <util.h> +.In util.h .Ft int .Fn bcrypt_pbkdf "const char *pass" "size_t pass_len" "const uint8_t *salt" \ "size_t salt_len" "uint8_t *key" "size_t key_len" "unsigned int rounds" |