]> andersk Git - openssh.git/blobdiff - auth.h
- markus@cvs.openbsd.org 2001/12/09 18:45:56
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index edfc9fb551eeb7e9ddcfaa5adbbb8c4a1c6f98c9..30a635d7af145a62bb6f6333db3efa969bbae31c 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -21,7 +21,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $OpenBSD: auth.h,v 1.22 2001/06/26 17:27:22 markus Exp $
+ * $OpenBSD: auth.h,v 1.23 2001/12/09 18:45:56 markus Exp $
  */
 #ifndef AUTH_H
 #define AUTH_H
@@ -130,6 +130,7 @@ void        userauth_finish(Authctxt *, int, char *);
 int    auth_root_allowed(char *);
 
 int    auth2_challenge(Authctxt *, char *);
+void   auth2_challenge_stop(Authctxt *);
 
 int    allowed_user(struct passwd *);
 
This page took 0.02965 seconds and 4 git commands to generate.