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

Diff for /src/usr.bin/ssh/ssh-rsa.c between version 1.47 and 1.48

version 1.47, 2013/12/27 22:30:17 version 1.48, 2013/12/27 22:37:18
Line 199 
Line 199 
  */   */
 static const u_char id_md5[] = {  static const u_char id_md5[] = {
         0x30, 0x20, /* type Sequence, length 0x20 (32) */          0x30, 0x20, /* type Sequence, length 0x20 (32) */
         0x30, 0x0c, /* type Sequence, length 0x09 */          0x30, 0x0c, /* type Sequence, length 0x0c (12) */
         0x06, 0x08, /* type OID, length 0x05 */          0x06, 0x08, /* type OID, length 0x08 */
         0x2a, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, /* id-md5 */          0x2a, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, /* id-md5 */
         0x05, 0x00, /* NULL */          0x05, 0x00, /* NULL */
         0x04, 0x10  /* Octet string, length 0x10 (16), followed by md5 hash */          0x04, 0x10  /* Octet string, length 0x10 (16), followed by md5 hash */

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48