summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/auth.h b/auth.h
index 79e4ea53a..f099e9807 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.77 2014/01/29 06:18:35 djm Exp $ */ 1/* $OpenBSD: auth.h,v 1.78 2014/07/03 11:16:55 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -155,6 +155,7 @@ void auth_info(Authctxt *authctxt, const char *, ...)
155 __attribute__((__format__ (printf, 2, 3))) 155 __attribute__((__format__ (printf, 2, 3)))
156 __attribute__((__nonnull__ (2))); 156 __attribute__((__nonnull__ (2)));
157void auth_log(Authctxt *, int, int, const char *, const char *); 157void auth_log(Authctxt *, int, int, const char *, const char *);
158void auth_maxtries_exceeded(Authctxt *) __attribute__((noreturn));
158void userauth_finish(Authctxt *, int, const char *, const char *); 159void userauth_finish(Authctxt *, int, const char *, const char *);
159int auth_root_allowed(const char *); 160int auth_root_allowed(const char *);
160 161
@@ -211,8 +212,6 @@ struct passwd *fakepw(void);
211 212
212int sys_auth_passwd(Authctxt *, const char *); 213int sys_auth_passwd(Authctxt *, const char *);
213 214
214#define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
215
216#define SKEY_PROMPT "\nS/Key Password: " 215#define SKEY_PROMPT "\nS/Key Password: "
217 216
218#if defined(KRB5) && !defined(HEIMDAL) 217#if defined(KRB5) && !defined(HEIMDAL)