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

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

version 1.5, 2017/09/12 06:32:08 version 1.6, 2018/07/03 11:39:54
Line 79 
Line 79 
 #define SSH_ERR_PROTOCOL_ERROR                  -55  #define SSH_ERR_PROTOCOL_ERROR                  -55
 #define SSH_ERR_KEY_LENGTH                      -56  #define SSH_ERR_KEY_LENGTH                      -56
 #define SSH_ERR_NUMBER_TOO_LARGE                -57  #define SSH_ERR_NUMBER_TOO_LARGE                -57
   #define SSH_ERR_SIGN_ALG_UNSUPPORTED            -58
   
 /* Translate a numeric error code to a human-readable error string */  /* Translate a numeric error code to a human-readable error string */
 const char *ssh_err(int n);  const char *ssh_err(int n);

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