[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.4 and 1.5

version 1.4, 2017/05/07 23:15:59 version 1.5, 2017/09/12 06:32:08
Line 78 
Line 78 
 #define SSH_ERR_CONN_CORRUPT                    -54  #define SSH_ERR_CONN_CORRUPT                    -54
 #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
   
 /* 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.4  
changed lines
  Added in v.1.5