summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index bdfdf1c54..3e4a55010 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.33 2002/03/18 01:12:14 provos Exp $ */ 1/* $OpenBSD: auth.h,v 1.34 2002/03/18 17:50:31 provos Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -129,6 +129,8 @@ void auth_log(Authctxt *, int, char *, char *);
129void userauth_finish(Authctxt *, int, char *); 129void userauth_finish(Authctxt *, int, char *);
130int auth_root_allowed(char *); 130int auth_root_allowed(char *);
131 131
132void privsep_challenge_enable(void);
133
132int auth2_challenge(Authctxt *, char *); 134int auth2_challenge(Authctxt *, char *);
133void auth2_challenge_stop(Authctxt *); 135void auth2_challenge_stop(Authctxt *);
134 136
@@ -155,4 +157,5 @@ check_key_in_hostfiles(struct passwd *, Key *, const char *,
155#define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2) 157#define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
156#define AUTH_FAIL_MSG "Too many authentication failures for %.100s" 158#define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
157 159
160#define SKEY_PROMPT "\nS/Key Password: "
158#endif 161#endif