=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/bufaux.c,v retrieving revision 1.32.2.1 retrieving revision 1.33 diff -u -r1.32.2.1 -r1.33 --- src/usr.bin/ssh/Attic/bufaux.c 2005/03/10 17:15:04 1.32.2.1 +++ src/usr.bin/ssh/Attic/bufaux.c 2004/10/29 23:56:17 1.33 @@ -37,7 +37,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: bufaux.c,v 1.32.2.1 2005/03/10 17:15:04 brad Exp $"); +RCSID("$OpenBSD: bufaux.c,v 1.33 2004/10/29 23:56:17 djm Exp $"); #include #include "bufaux.h" @@ -151,7 +151,7 @@ return (-1); } buf = xmalloc(bytes); - buf[0] = 0x00; + buf[0] = '\0'; /* Get the value of in binary */ oi = BN_bn2bin(value, buf+1); if (oi != bytes-1) {