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

Diff for /src/usr.bin/ssh/digest.h between version 1.5 and 1.6

version 1.5, 2014/06/24 01:13:21 version 1.6, 2014/07/03 04:36:45
Line 30 
Line 30 
 #define SSH_DIGEST_SHA512       5  #define SSH_DIGEST_SHA512       5
 #define SSH_DIGEST_MAX          6  #define SSH_DIGEST_MAX          6
   
   struct sshbuf;
 struct ssh_digest_ctx;  struct ssh_digest_ctx;
   
 /* Returns the algorithm's digest length in bytes or 0 for invalid algorithm */  /* Returns the algorithm's digest length in bytes or 0 for invalid algorithm */

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