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

Diff for /src/usr.bin/ssh/Attic/key.c between version 1.51 and 1.52

version 1.51, 2003/02/12 09:33:04 version 1.52, 2003/05/14 18:16:20
Line 169 
Line 169 
         return 0;          return 0;
 }  }
   
 static u_char *  u_char*
 key_fingerprint_raw(Key *k, enum fp_type dgst_type, u_int *dgst_raw_length)  key_fingerprint_raw(Key *k, enum fp_type dgst_type, u_int *dgst_raw_length)
 {  {
         const EVP_MD *md = NULL;          const EVP_MD *md = NULL;

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52