summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hill <dhill@cvs.openbsd.org>2010-07-11 15:53:13 +0000
committerDavid Hill <dhill@cvs.openbsd.org>2010-07-11 15:53:13 +0000
commit3edc0bd2decfd31c18264264b5e36e79bbaf4617 (patch)
tree04fd69f31d3cb0fed1be63c80c1087297747981c
parentbeae332018d248781aef79da851f5ce0bda7116c (diff)
bcrypt_gensalt is already declared in pwd.h
"sure" deraadt@
-rw-r--r--usr.bin/passwd/pwd_gensalt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/passwd/pwd_gensalt.c b/usr.bin/passwd/pwd_gensalt.c
index c61e8283ccb..adc7b2b84e4 100644
--- a/usr.bin/passwd/pwd_gensalt.c
+++ b/usr.bin/passwd/pwd_gensalt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pwd_gensalt.c,v 1.26 2007/07/06 13:09:36 thib Exp $ */
+/* $OpenBSD: pwd_gensalt.c,v 1.27 2010/07/11 15:53:12 dhill Exp $ */
/*
* Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
@@ -41,7 +41,6 @@
#include <login_cap.h>
void to64(char *, u_int32_t, int n);
-char *bcrypt_gensalt(u_int8_t);
int pwd_gensalt(char *, int, login_cap_t *, char);
#define YPCIPHER_DEF "old"