diff options
author | Damien Miller <djm@mindrot.org> | 2002-05-13 11:07:41 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-05-13 11:07:41 +1000 |
commit | 5ad9fd982037e512355cfd5fe060a554934be243 (patch) | |
tree | 8c2793a1431a8afd322789c8db95fa577c2fcce6 /auth.h | |
parent | 80080753cd577bd670133660428821225304c361 (diff) | |
download | openssh-git-5ad9fd982037e512355cfd5fe060a554934be243.tar.gz |
- (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 *); |