diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 21:04:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 21:04:11 +0000 |
commit | c7d032fc4ac7d7924b20e1fea418272346d8c78c (patch) | |
tree | fd85b5bf62e92ffd1fee5c23d0b97910c3a67fb7 /usr.bin/passwd | |
parent | 27d9189e4074c4648710da3447660f62aaf79e4c (diff) |
protos
Diffstat (limited to 'usr.bin/passwd')
-rw-r--r-- | usr.bin/passwd/pwd_gensalt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/passwd/pwd_gensalt.c b/usr.bin/passwd/pwd_gensalt.c index 66598aad4ca..893a9a0560a 100644 --- a/usr.bin/passwd/pwd_gensalt.c +++ b/usr.bin/passwd/pwd_gensalt.c @@ -1,4 +1,5 @@ -/* $OpenBSD: pwd_gensalt.c,v 1.16 2003/04/05 15:56:27 deraadt Exp $ */ +/* $OpenBSD: pwd_gensalt.c,v 1.17 2003/07/02 21:04:10 deraadt Exp $ */ + /* * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> * All rights reserved. @@ -43,6 +44,7 @@ void to64(char *, int32_t, int n); char *bcrypt_gensalt(u_int8_t); +int pwd_gensalt(char *, int, struct passwd *, login_cap_t *, char); int pwd_gensalt(char *salt, int saltlen, struct passwd *pwd, login_cap_t *lc, char type) |