]> andersk Git - openssh.git/blobdiff - auth-skey.c
- markus@cvs.openbsd.org 2002/06/24 13:12:23
[openssh.git] / auth-skey.c
index b64550443c7620067625a1466e158d7d154e57d5..eb13c5cc5203805c5b1dc11c55ffcb7c05578cab 100644 (file)
@@ -22,7 +22,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "includes.h"
-RCSID("$OpenBSD: auth-skey.c,v 1.18 2002/05/13 02:37:39 itojun Exp $");
+RCSID("$OpenBSD: auth-skey.c,v 1.19 2002/06/19 00:27:55 deraadt Exp $");
 
 #ifdef SKEY
 
@@ -50,8 +50,8 @@ skey_query(void *ctx, char **name, char **infotxt,
        if (skeychallenge(&skey, authctxt->user, challenge) == -1)
                return -1;
 
-       *name       = xstrdup("");
-       *infotxt    = xstrdup("");
+       *name  = xstrdup("");
+       *infotxt  = xstrdup("");
        *numprompts = 1;
        *prompts = xmalloc(*numprompts * sizeof(char*));
        *echo_on = xmalloc(*numprompts * sizeof(u_int));
This page took 0.040059 seconds and 4 git commands to generate.