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 960f1ac3b..50375226a 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.13 2001/03/20 18:57:04 markus Exp $ 24 * $OpenBSD: auth.h,v 1.14 2001/03/28 22:43:31 markus Exp $
25 */ 25 */
26#ifndef AUTH_H 26#ifndef AUTH_H
27#define AUTH_H 27#define AUTH_H
@@ -121,7 +121,7 @@ void do_authentication2(void);
121 121
122Authctxt *authctxt_new(void); 122Authctxt *authctxt_new(void);
123void auth_log(Authctxt *authctxt, int authenticated, char *method, char *info); 123void auth_log(Authctxt *authctxt, int authenticated, char *method, char *info);
124void userauth_reply(Authctxt *authctxt, int authenticated); 124void userauth_finish(Authctxt *authctxt, int authenticated, char *method);
125int auth_root_allowed(char *method); 125int auth_root_allowed(char *method);
126 126
127int auth2_challenge(Authctxt *authctxt, char *devs); 127int auth2_challenge(Authctxt *authctxt, char *devs);