summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-05-13 11:07:41 +1000
committerDamien Miller <djm@mindrot.org>2002-05-13 11:07:41 +1000
commit5ad9fd982037e512355cfd5fe060a554934be243 (patch)
tree8c2793a1431a8afd322789c8db95fa577c2fcce6 /auth.h
parent80080753cd577bd670133660428821225304c361 (diff)
downloadopenssh-git-5ad9fd982037e512355cfd5fe060a554934be243.tar.gz
- (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index a336926f..f03a26e0 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.35 2002/03/19 10:35:39 markus Exp $ */
+/* $OpenBSD: auth.h,v 1.36 2002/05/12 23:53:45 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -136,6 +136,8 @@ void auth_log(Authctxt *, int, char *, char *);
void userauth_finish(Authctxt *, int, char *);
int auth_root_allowed(char *);
+char *auth2_read_banner(void);
+
void privsep_challenge_enable(void);
int auth2_challenge(Authctxt *, char *);