=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.h,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/ssh/auth.h 2002/03/18 01:12:14 1.33 +++ src/usr.bin/ssh/auth.h 2002/03/18 17:50:31 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.33 2002/03/18 01:12:14 provos Exp $ */ +/* $OpenBSD: auth.h,v 1.34 2002/03/18 17:50:31 provos Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -126,6 +126,8 @@ void userauth_finish(Authctxt *, int, char *); int auth_root_allowed(char *); +void privsep_challenge_enable(void); + int auth2_challenge(Authctxt *, char *); void auth2_challenge_stop(Authctxt *); @@ -152,4 +154,5 @@ #define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2) #define AUTH_FAIL_MSG "Too many authentication failures for %.100s" +#define SKEY_PROMPT "\nS/Key Password: " #endif