summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index b604e6304..0684f6ff3 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.10 2001/01/21 19:05:43 markus Exp $ 24 * $OpenBSD: auth.h,v 1.11 2001/02/12 16:16:23 markus Exp $
25 */ 25 */
26#ifndef AUTH_H 26#ifndef AUTH_H
27#define AUTH_H 27#define AUTH_H
@@ -112,7 +112,7 @@ void do_authentication2(void);
112Authctxt *authctxt_new(void); 112Authctxt *authctxt_new(void);
113void auth_log(Authctxt *authctxt, int authenticated, char *method, char *info); 113void auth_log(Authctxt *authctxt, int authenticated, char *method, char *info);
114void userauth_reply(Authctxt *authctxt, int authenticated); 114void userauth_reply(Authctxt *authctxt, int authenticated);
115int auth_root_allowed(void); 115int auth_root_allowed(char *method);
116 116
117int auth2_challenge(Authctxt *authctxt, char *devs); 117int auth2_challenge(Authctxt *authctxt, char *devs);
118 118