]> andersk Git - openssh.git/blobdiff - auth1.c
- djm@cvs.openbsd.org 2005/07/16 01:35:24
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index 0f6be820167e5772e8f632da182796f16e685373..ff937f80fab7df2e91a806ed8f0e05ff25856852 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth1.c,v 1.61 2005/06/17 02:44:32 djm Exp $");
+RCSID("$OpenBSD: auth1.c,v 1.62 2005/07/16 01:35:24 djm Exp $");
 
 #include "xmalloc.h"
 #include "rsa.h"
@@ -179,7 +179,7 @@ static int
 auth1_process_tis_challenge(Authctxt *authctxt, char *info, size_t infolen)
 {
        char *challenge;
-       
+
        if ((challenge = get_challenge(authctxt)) == NULL)
                return (0);
 
This page took 0.082747 seconds and 4 git commands to generate.