[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.7 and 1.8

version 1.7, 2014/12/21 22:27:56 version 1.8, 2017/05/08 22:57:38
Line 23 
Line 23 
   
 /* Digest algorithms */  /* Digest algorithms */
 #define SSH_DIGEST_MD5          0  #define SSH_DIGEST_MD5          0
 #define SSH_DIGEST_RIPEMD160    1  #define SSH_DIGEST_SHA1         1
 #define SSH_DIGEST_SHA1         2  #define SSH_DIGEST_SHA256       2
 #define SSH_DIGEST_SHA256       3  #define SSH_DIGEST_SHA384       3
 #define SSH_DIGEST_SHA384       4  #define SSH_DIGEST_SHA512       4
 #define SSH_DIGEST_SHA512       5  #define SSH_DIGEST_MAX          5
 #define SSH_DIGEST_MAX          6  
   
 struct sshbuf;  struct sshbuf;
 struct ssh_digest_ctx;  struct ssh_digest_ctx;

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