summaryrefslogtreecommitdiffstats
path: root/include/pwd.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-09-03 18:13:37 +0000
committerderaadt <deraadt@openbsd.org>1999-09-03 18:13:37 +0000
commit0f32e7e499ac88fbae65a1fa6ea6721f2df2d6d0 (patch)
treec009d93b7a209dc68436331963868ef263ac6ffe /include/pwd.h
parentsizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.ar (diff)
downloadwireguard-openbsd-0f32e7e499ac88fbae65a1fa6ea6721f2df2d6d0.tar.xz
wireguard-openbsd-0f32e7e499ac88fbae65a1fa6ea6721f2df2d6d0.zip
proto bcrypt_gensalt()
Diffstat (limited to 'include/pwd.h')
-rw-r--r--include/pwd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pwd.h b/include/pwd.h
index b274d4acf15..5d2f33b3eaf 100644
--- a/include/pwd.h
+++ b/include/pwd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pwd.h,v 1.7 1999/09/01 20:47:58 deraadt Exp $ */
+/* $OpenBSD: pwd.h,v 1.8 1999/09/03 18:13:37 deraadt Exp $ */
/* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */
/*-
@@ -98,7 +98,7 @@ struct passwd *getpwent __P((void));
#ifndef _XOPEN_SOURCE
int setpassent __P((int));
char *user_from_uid __P((uid_t, int));
-char *bcrypt_gensalt __P((int));
+char *bcrypt_gensalt __P((u_int8_t));
#endif
void setpwent __P((void));
void endpwent __P((void));