summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 05:56:40 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 05:56:40 +0000
commit086cf214cf70cbb1658a9e966f84e7c12214554c (patch)
treef71acc5803d24430ed87ddf4fc53f31dd9369e37 /auth.h
parentebd888d91996b8328009f985d1b69d9f698e3607 (diff)
- markus@cvs.openbsd.org 2001/02/22 21:59:44
[auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c] use pwcopy in ssh.c, too
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index 457553397..6afce6b3a 100644
--- a/auth.h
+++ b/auth.h
@@ -21,7 +21,7 @@
21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 * 23 *
24 * $OpenBSD: auth.h,v 1.11 2001/02/12 16:16:23 markus Exp $ 24 * $OpenBSD: auth.h,v 1.12 2001/02/22 21:59:43 markus Exp $
25 */ 25 */
26#ifndef AUTH_H 26#ifndef AUTH_H
27#define AUTH_H 27#define AUTH_H
@@ -132,7 +132,6 @@ char *get_challenge(Authctxt *authctxt, char *devs);
132int verify_response(Authctxt *authctxt, char *response); 132int verify_response(Authctxt *authctxt, char *response);
133 133
134struct passwd * auth_get_user(void); 134struct passwd * auth_get_user(void);
135struct passwd * pwcopy(struct passwd *pw);
136 135
137#define AUTH_FAIL_MAX 6 136#define AUTH_FAIL_MAX 6
138#define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2) 137#define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)