[BACK]Return to bufaux.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/bufaux.c between version 1.32.2.1 and 1.33

version 1.32.2.1, 2005/03/10 17:15:04 version 1.33, 2004/10/29 23:56:17
Line 151 
Line 151 
                 return (-1);                  return (-1);
         }          }
         buf = xmalloc(bytes);          buf = xmalloc(bytes);
         buf[0] = 0x00;          buf[0] = '\0';
         /* Get the value of in binary */          /* Get the value of in binary */
         oi = BN_bn2bin(value, buf+1);          oi = BN_bn2bin(value, buf+1);
         if (oi != bytes-1) {          if (oi != bytes-1) {

Legend:
Removed from v.1.32.2.1  
changed lines
  Added in v.1.33