]> andersk Git - openssh.git/blobdiff - readpass.c
- (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
[openssh.git] / readpass.c
index b93eaba4360a6529a74b18db9248727e00c3b8e9..d059272e74bb4827c1ec6d7c49848b2214e1e9b4 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readpass.c,v 1.15 2001/04/18 21:57:41 markus Exp $");
+RCSID("$OpenBSD: readpass.c,v 1.17 2001/05/06 17:52:07 mouring Exp $");
 
 #include "xmalloc.h"
 #include "cli.h"
@@ -43,7 +43,7 @@ RCSID("$OpenBSD: readpass.c,v 1.15 2001/04/18 21:57:41 markus Exp $");
 #include "ssh.h"
 
 char *
-ssh_askpass(char *askpass, char *msg)
+ssh_askpass(char *askpass, const char *msg)
 {
        pid_t pid;
        size_t len;
This page took 0.179418 seconds and 4 git commands to generate.