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

Diff for /src/usr.bin/ssh/Attic/fingerprint.c between version 1.4 and 1.5

version 1.4, 1999/11/24 16:15:25 version 1.5, 2000/03/16 20:56:14
Line 46 
Line 46 
         static char retval[80];          static char retval[80];
         MD5_CTX md;          MD5_CTX md;
         unsigned char d[16];          unsigned char d[16];
         char *buf;          unsigned char *buf;
         int nlen, elen;          int nlen, elen;
   
         nlen = BN_num_bytes(n);          nlen = BN_num_bytes(n);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5