]> andersk Git - openssh.git/blobdiff - sshconnect.c
- markus@cvs.openbsd.org 2001/06/07 20:23:05
[openssh.git] / sshconnect.c
index fc7920ee89d661bc15f26d8b78c049c62bd671d0..bafdec95a9a32d879705836dc47f9117480b8b35 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshconnect.c,v 1.106 2001/05/28 23:58:35 markus Exp $");
+RCSID("$OpenBSD: sshconnect.c,v 1.107 2001/06/07 20:23:05 markus Exp $");
 
 #include <openssl/bn.h>
 
@@ -799,7 +799,7 @@ ssh_put_password(char *password)
        char *padded;
 
        if (datafellows & SSH_BUG_PASSWORDPAD) {
-               packet_put_string(password, strlen(password));
+               packet_put_cstring(password);
                return;
        }
        size = roundup(strlen(password) + 1, 32);
This page took 0.037064 seconds and 4 git commands to generate.