[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.6 and 1.7

version 1.6, 2014/07/03 04:36:45 version 1.7, 2014/12/21 22:27:56
Line 33 
Line 33 
 struct sshbuf;  struct sshbuf;
 struct ssh_digest_ctx;  struct ssh_digest_ctx;
   
   /* Looks up a digest algorithm by name */
   int ssh_digest_alg_by_name(const char *name);
   
   /* Returns the algorithm name for a digest identifier */
   const char *ssh_digest_alg_name(int alg);
   
 /* 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 */
 size_t ssh_digest_bytes(int alg);  size_t ssh_digest_bytes(int alg);
   

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